Skip to content

Commit 608ce2c

Browse files
committed
Update README.md
This was probably not the speed you wanted :-)
1 parent 3df8159 commit 608ce2c

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
@@ -25,7 +25,7 @@ NTPClient timeClient(ntpUDP);
2525
// NTPClient timeClient("europe.pool.ntp.org", 3600, 60000);
2626

2727
void setup(){
28-
Serial.begin(11520);
28+
Serial.begin(115200);
2929
WiFi.begin(ssid, password);
3030

3131
while ( WiFi.status() != WL_CONNECTED ) {

0 commit comments

Comments
 (0)