Fixing board type overwrite, zmartcharge default issues and disabling entsoe

This commit is contained in:
Gunnar Skjold
2025-10-10 15:25:12 +02:00
parent e11fac3d11
commit d7e68ce692
8 changed files with 69 additions and 60 deletions

View File

@@ -62,7 +62,8 @@ protected:
HardwareSerial *hwSerial = NULL;
uint8_t rxBufferErrors = 0;
bool autodetect = false, validDataReceived = false;
bool autodetect = false;
uint8_t validDataReceived = 0;
unsigned long meterAutodetectLastChange = 0;
long rate = 10000;
uint32_t autodetectBaud = 0;