Update README.md

This commit is contained in:
Testato 2015-12-12 22:19:03 +01:00
parent ddbd8efd34
commit 71269dd2d7

View File

@ -10,7 +10,7 @@ const char *ssid = "<SSID>";
const char *password = "<PASSWORD>"; const char *password = "<PASSWORD>";
// By default 'time.nist.gov' is used. // By default 'time.nist.gov' is used.
NTPClient timeClient(); NTPClient timeClient;
// You can specify the time server pool and the offset, (in seconds) // You can specify the time server pool and the offset, (in seconds)
// additionaly you can specify the update interval (in milliseconds). // additionaly you can specify the update interval (in milliseconds).
@ -34,4 +34,4 @@ void loop() {
delay(1000); delay(1000);
} }
``` ```