Update README.md

https://github.com/arduino-libraries/NTPClient/issues/34
This commit is contained in:
Testato 2017-07-23 09:08:53 +03:00 committed by GitHub
parent 9dc9ad184b
commit 0030c8fd02

View File

@ -17,7 +17,7 @@ const char *password = "<PASSWORD>";
WiFiUDP ntpUDP; WiFiUDP ntpUDP;
// By default 'time.nist.gov' is used with 60 seconds update interval and // By default 'pool.ntp.org' is used with 60 seconds update interval and
// no offset // no offset
NTPClient timeClient(ntpUDP); NTPClient timeClient(ntpUDP);