Merge pull request #20 from g-goessel/patch-1

Update README.md
This commit is contained in:
Sandeep Mistry 2016-05-22 08:22:57 -07:00
commit 3bb667acb5

View File

@ -25,7 +25,7 @@ NTPClient timeClient(ntpUDP);
// NTPClient timeClient("europe.pool.ntp.org", 3600, 60000); // NTPClient timeClient("europe.pool.ntp.org", 3600, 60000);
void setup(){ void setup(){
Serial.begin(11520); Serial.begin(115200);
WiFi.begin(ssid, password); WiFi.begin(ssid, password);
while ( WiFi.status() != WL_CONNECTED ) { while ( WiFi.status() != WL_CONNECTED ) {