mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-03-08 03:59:39 +00:00
Fixed reboot loop for some meters (#1075)
This commit is contained in:
@@ -809,6 +809,9 @@ void handleNtp() {
|
||||
ds.setTimezone(tz);
|
||||
ea.setTimezone(tz);
|
||||
ps->setTimezone(tz);
|
||||
if(passiveMc != NULL) {
|
||||
passiveMc->setTimezone(tz);
|
||||
}
|
||||
}
|
||||
|
||||
config.ackNtpChange();
|
||||
|
||||
Reference in New Issue
Block a user