Fixed conversion of date and time from meter to account for CET/CEST

This commit is contained in:
Gunnar Skjold
2020-03-08 18:37:10 +01:00
parent 30d73c3a6e
commit 9b70802450
4 changed files with 26 additions and 37 deletions

View File

@@ -143,7 +143,7 @@ void setup() {
#endif
#endif
hanReader.setup(hanSerial, 0);
hanReader.setup(hanSerial, debugger);
// Compensate for the known Kaifa bug
hanReader.compensateFor09HeaderBug = (config.getMeterType() == 1);