Skip to content

Commit 87e20e0

Browse files
committed
Update README.md
Fixed an error in a comment. Was throwing `no matching function for call to 'NTPClient::NTPClient(const char [20], int, int)' ` otherwise
1 parent 3df8159 commit 87e20e0

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(11520);

0 commit comments

Comments
 (0)