Skip to content

Commit 3bb667a

Browse files
committed
Merge pull request #20 from g-goessel/patch-1
Update README.md
2 parents 3df8159 + 608ce2c commit 3bb667a

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)