From 71269dd2d75658376bb8ba7690b7358743e8484b Mon Sep 17 00:00:00 2001 From: Testato Date: Sat, 12 Dec 2015 22:19:03 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b6ae97..05e7e31 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ const char *ssid = ""; const char *password = ""; // By default 'time.nist.gov' is used. -NTPClient timeClient(); +NTPClient timeClient; // You can specify the time server pool and the offset, (in seconds) // additionaly you can specify the update interval (in milliseconds). @@ -34,4 +34,4 @@ void loop() { delay(1000); } -``` \ No newline at end of file +```