Update README.md

This was probably not the speed you wanted :-)
This commit is contained in:
g_goessel 2016-05-21 21:05:54 +02:00
parent 3df8159c7f
commit 608ce2c003

View File

@ -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 ) {