Skip to content

Commit 81ac5d7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/IsTimeSet/IsTimeSet.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void setup(){
3131

3232
WiFi.begin(ssid, password);
3333

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

0 commit comments

Comments
 (0)