Skip to content

Commit f71d269

Browse files
committed
Remove unused variable
1 parent 8dc4367 commit f71d269

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/OTA/OTA.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ void setup()
4747
Serial.begin(9600);
4848
while (!Serial) {}
4949

50-
int status = WL_IDLE_STATUS;
5150
while (WiFi.status() != WL_CONNECTED)
5251
{
5352
Serial.print ("Attempting to connect to '");

0 commit comments

Comments
 (0)