From ea200235c7049a06d4c3956199166bf551db3de8 Mon Sep 17 00:00:00 2001 From: Testato Date: Sun, 23 Jul 2017 09:05:51 +0300 Subject: [PATCH] New default server https://github.com/arduino-libraries/NTPClient/issues/34 --- NTPClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NTPClient.h b/NTPClient.h index 78eb1dd..cdbf55a 100644 --- a/NTPClient.h +++ b/NTPClient.h @@ -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;