Skip to content

Commit d9264aa

Browse files
committed
Merge pull request #21 from g-goessel/patch-2
Update README.md
2 parents 3bb667a + 87e20e0 commit d9264aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ NTPClient timeClient(ntpUDP);
2222

2323
// You can specify the time server pool and the offset, (in seconds)
2424
// additionaly you can specify the update interval (in milliseconds).
25-
// NTPClient timeClient("europe.pool.ntp.org", 3600, 60000);
25+
// NTPClient timeClient(ntpUDP, "europe.pool.ntp.org", 3600, 60000);
2626

2727
void setup(){
2828
Serial.begin(115200);

0 commit comments

Comments
 (0)