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.
1 parent cd9d7fc commit b972d50Copy full SHA for b972d50
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