We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0825e0c commit ea20023Copy full SHA for ea20023
NTPClient.h
@@ -13,7 +13,7 @@ class NTPClient {
13
UDP* _udp;
14
bool _udpSetup = false;
15
16
- const char* _poolServerName = "time.nist.gov"; // Default time server
+ const char* _poolServerName = "pool.ntp.org"; // Default time server
17
int _port = NTP_DEFAULT_LOCAL_PORT;
18
int _timeOffset = 0;
19
0 commit comments