Skip to content

Commit 734824c

Browse files
authored
Merge pull request #454 from pennam/wifis3-unused
WiFiS3: remove unused variable
2 parents 9353d0a + e5a09f8 commit 734824c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: 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)