mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-04 22:18:58 +00:00
change ntp sync to 1h
This commit is contained in:
parent
95873dddda
commit
7d91f0ec8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue