Skip to content

Commit 71269dd

Browse files
committed
Update README.md
1 parent ddbd8ef commit 71269dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const char *ssid = "<SSID>";
1010
const char *password = "<PASSWORD>";
1111

1212
// By default 'time.nist.gov' is used.
13-
NTPClient timeClient();
13+
NTPClient timeClient;
1414

1515
// You can specify the time server pool and the offset, (in seconds)
1616
// additionaly you can specify the update interval (in milliseconds).
@@ -34,4 +34,4 @@ void loop() {
3434

3535
delay(1000);
3636
}
37-
```
37+
```

0 commit comments

Comments
 (0)