mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +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 {
|
||||
AddLog_P(LOG_LEVEL_DEBUG, PSTR("CSE: Load overflow"));
|
||||
cf_pulses_last_time = CSE_PULSES_NOT_INITIALIZED;
|
||||
}
|
||||
EnergyUpdateToday();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user