Skip to content

Commit

Permalink
Merge pull request #20 from g-goessel/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sandeepmistry committed May 22, 2016
2 parents 3df8159 + 608ce2c commit 3bb667a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 3bb667a

Please sign in to comment.