Skip to content

Commit eea4863

Browse files
theandy94per1234
andauthored
Update examples/IsTimeSet/IsTimeSet.ino
Co-Authored-By: per1234 <[email protected]>
1 parent b032855 commit eea4863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/IsTimeSet/IsTimeSet.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void setup(){
3232
WiFi.begin(ssid, password);
3333

3434
while ( WiFi.status() != WL_CONNECTED ) {
35-
delay ( 500 );
35+
delay (500);
3636
Serial.print ( "." );
3737
}
3838

0 commit comments

Comments
 (0)