Update README.md
This commit is contained in:
parent
ddbd8efd34
commit
71269dd2d7
@ -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);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user