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 8dc4367 commit f71d269Copy full SHA for f71d269
examples/OTA/OTA.ino
@@ -47,7 +47,6 @@ void setup()
47
Serial.begin(9600);
48
while (!Serial) {}
49
50
- int status = WL_IDLE_STATUS;
51
while (WiFi.status() != WL_CONNECTED)
52
{
53
Serial.print ("Attempting to connect to '");
0 commit comments