Skip to content

Commit e5a09f8

Browse files
committed
WiFiS3: remove unused variable
1 parent 9353d0a commit e5a09f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/WiFiS3/src/WiFi.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ IPAddress CWifi::localIP() {
397397
/* -------------------------------------------------------------------------- */
398398
modem.begin();
399399
string res = "";
400-
int attempts = 0;
401400
IPAddress local_IP(0,0,0,0);
402401

403402
if(modem.write(string(PROMPT(_MODE)),res, "%s" , CMD_READ(_MODE))) {

0 commit comments

Comments
 (0)