From 608ce2c003e6fab7672b5cff8c4edac365dbb560 Mon Sep 17 00:00:00 2001 From: g_goessel Date: Sat, 21 May 2016 21:05:54 +0200 Subject: [PATCH] Update README.md This was probably not the speed you wanted :-) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 685cc50..a2782c2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ NTPClient timeClient(ntpUDP); // NTPClient timeClient("europe.pool.ntp.org", 3600, 60000); void setup(){ - Serial.begin(11520); + Serial.begin(115200); WiFi.begin(ssid, password); while ( WiFi.status() != WL_CONNECTED ) {