Update examples/IsTimeSet/IsTimeSet.ino

Co-Authored-By: per1234 <accounts@perglass.com>
This commit is contained in:
theandy94 2019-05-23 15:42:23 +02:00 committed by GitHub
parent eea4863c9a
commit 471edf092c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();