Skip to content

Commit

Permalink
Merge pull request #5828 from curzon01/development
Browse files Browse the repository at this point in the history
Fix CSE7766 Sensor invalid energy load steps prevention
  • Loading branch information
arendst authored May 20, 2019
2 parents 9c0bd2a + 0e51808 commit 3078053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonoff/xnrg_02_cse7766.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 3078053

Please sign in to comment.