mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-03-06 13:33:51 +01:00
change ntp sync to 1h
This commit is contained in:
parent
95873dddda
commit
7d91f0ec8c
|
|
@ -17,7 +17,7 @@ class NTPClient {
|
|||
unsigned int _port = NTP_DEFAULT_LOCAL_PORT;
|
||||
long _timeOffset = 0;
|
||||
|
||||
unsigned long _updateInterval = 60000; // In ms
|
||||
unsigned long _updateInterval = 3600000; // In ms
|
||||
|
||||
unsigned long _currentEpoc = 0; // In s
|
||||
unsigned long _lastUpdate = 0; // In ms
|
||||
|
|
|
|||
Loading…
Reference in a new issue