New default server
https://github.com/arduino-libraries/NTPClient/issues/34
This commit is contained in:
parent
0825e0cc07
commit
ea200235c7
@ -13,7 +13,7 @@ class NTPClient {
|
||||
UDP* _udp;
|
||||
bool _udpSetup = false;
|
||||
|
||||
const char* _poolServerName = "time.nist.gov"; // Default time server
|
||||
const char* _poolServerName = "pool.ntp.org"; // Default time server
|
||||
int _port = NTP_DEFAULT_LOCAL_PORT;
|
||||
int _timeOffset = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user