Merge pull request #4 from Testato/patch-1

Update README.md
This commit is contained in:
FWeinb 2015-12-23 18:45:12 +01:00
commit f18668f640

View File

@ -10,7 +10,7 @@ const char *ssid = "<SSID>";
const char *password = "<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);
}
```
```