mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 13:41:28 +00:00
Increased NTP update frequency to 12 hours
This commit is contained in:
parent
7799e1b7e6
commit
97713b2daa
@ -97,7 +97,7 @@ static int32_t reconnectWiFi()
|
||||
}
|
||||
#endif
|
||||
|
||||
return 1024 * 1000; // every 1024 seconds
|
||||
return 43200 * 1000; // every 12 hours
|
||||
}
|
||||
|
||||
static Periodic *wifiReconnect;
|
||||
|
Loading…
Reference in New Issue
Block a user