We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebdff6 commit 81ac5d7Copy full SHA for 81ac5d7
examples/IsTimeSet/IsTimeSet.ino
@@ -31,7 +31,7 @@ void setup(){
31
32
WiFi.begin(ssid, password);
33
34
- while ( WiFi.status() != WL_CONNECTED ) {
+ while (WiFi.status() != WL_CONNECTED) {
35
delay (500);
36
Serial.print (".");
37
}
0 commit comments