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 bdfb885 + b972d50 commit c285265Copy full SHA for c285265
libraries/WiFi/src/WiFi.cpp
@@ -67,6 +67,7 @@ int arduino::WiFiClass::begin(const char* ssid, const char* passphrase, wl_enc_t
67
return _currentNetworkStatus;
68
}
69
} else {
70
+ connected_ap = SSID_MAX_COUNT;
71
_security = enum2sec(security);
72
73
0 commit comments