Update examples/IsTimeSet/IsTimeSet.ino

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

View File

@ -32,7 +32,7 @@ void setup(){
WiFi.begin(ssid, password);
while ( WiFi.status() != WL_CONNECTED ) {
delay ( 500 );
delay (500);
Serial.print ( "." );
}