Update examples/IsTimeSet/IsTimeSet.ino
Co-Authored-By: per1234 <accounts@perglass.com>
This commit is contained in:
parent
eea4863c9a
commit
471edf092c
@ -33,7 +33,7 @@ void setup(){
|
|||||||
|
|
||||||
while ( WiFi.status() != WL_CONNECTED ) {
|
while ( WiFi.status() != WL_CONNECTED ) {
|
||||||
delay (500);
|
delay (500);
|
||||||
Serial.print ( "." );
|
Serial.print (".");
|
||||||
}
|
}
|
||||||
|
|
||||||
timeClient.begin();
|
timeClient.begin();
|
||||||
|
Loading…
Reference in New Issue
Block a user