Merge pull request #5828 from curzon01/development

Fix CSE7766 Sensor invalid energy load steps prevention
This commit is contained in:
Theo Arends 2019-05-20 09:05:08 +02:00 committed by GitHub
commit 3078053301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}