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

@@ -809,6 +809,9 @@ void handleNtp() {
ds.setTimezone(tz);
ea.setTimezone(tz);
ps->setTimezone(tz);
if(passiveMc != NULL) {
passiveMc->setTimezone(tz);
}
}
config.ackNtpChange();