mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Merge pull request #5828 from curzon01/development
Fix CSE7766 Sensor invalid energy load steps prevention
This commit is contained in:
commit
3078053301
@ -189,6 +189,7 @@ void CseEverySecond(void)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
AddLog_P(LOG_LEVEL_DEBUG, PSTR("CSE: Load overflow"));
|
AddLog_P(LOG_LEVEL_DEBUG, PSTR("CSE: Load overflow"));
|
||||||
|
cf_pulses_last_time = CSE_PULSES_NOT_INITIALIZED;
|
||||||
}
|
}
|
||||||
EnergyUpdateToday();
|
EnergyUpdateToday();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user