Skip to content

Commit ea20023

Browse files
Testatosandeepmistry
authored andcommitted
New default server
#34
1 parent 0825e0c commit ea20023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NTPClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class NTPClient {
1313
UDP* _udp;
1414
bool _udpSetup = false;
1515

16-
const char* _poolServerName = "time.nist.gov"; // Default time server
16+
const char* _poolServerName = "pool.ntp.org"; // Default time server
1717
int _port = NTP_DEFAULT_LOCAL_PORT;
1818
int _timeOffset = 0;
1919

0 commit comments

Comments
 (0)