We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7f652 commit 8eac432Copy full SHA for 8eac432
examples/Basic/Basic.ino
@@ -63,6 +63,7 @@ void setup() {
63
while (WiFi.status() != WL_CONNECTED) {
64
delay(500);
65
Serial.print(".");
66
+ }
67
}
68
69
Serial.println("WiFi connected");
0 commit comments