Increased NTP update frequency to 12 hours

This commit is contained in:
Sacha Weatherstone 2022-05-12 22:45:27 +10:00
parent 7799e1b7e6
commit 97713b2daa
No known key found for this signature in database
GPG Key ID: 7AB2D7E206124B31

View File

@ -97,7 +97,7 @@ static int32_t reconnectWiFi()
}
#endif
return 1024 * 1000; // every 1024 seconds
return 43200 * 1000; // every 12 hours
}
static Periodic *wifiReconnect;