Fixed reboot loop for some meters (#1075)

This commit is contained in:
Gunnar Skjold
2025-12-05 10:02:59 +01:00
committed by GitHub
parent 8438020dbd
commit 271ce2081f
4 changed files with 12 additions and 5 deletions

View File

@@ -36,6 +36,9 @@ public:
bool isConfigChanged();
void ackConfigChanged();
void getCurrentConfig(MeterConfig& meterConfig);
void setTimezone(Timezone* tz) {
this->tz = tz;
};
HardwareSerial* getHwSerial();
void rxerr(int err);