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.
2 parents 9353d0a + e5a09f8 commit 734824cCopy full SHA for 734824c
libraries/WiFiS3/src/WiFi.cpp
@@ -397,7 +397,6 @@ IPAddress CWifi::localIP() {
397
/* -------------------------------------------------------------------------- */
398
modem.begin();
399
string res = "";
400
- int attempts = 0;
401
IPAddress local_IP(0,0,0,0);
402
403
if(modem.write(string(PROMPT(_MODE)),res, "%s" , CMD_READ(_MODE))) {
0 commit comments