You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My ESP8266 (Wemos D1 mini) can't connect to my open access point (OpenWRT). ESP8266WiFiMulti::run() returns WL_DISCONNECTED with WiFiDisconnectReason of WIFI_DISCONNECT_REASON_NO_AP_FOUND.
When I change the passphrase to NULL everything works.
The text was updated successfully, but these errors were encountered:
When empty string is passed as passphrase:
Arduino/libraries/ESP8266WiFi/src/ESP8266WiFiMulti.cpp
Line 218 in 4c04c63
to WiFi.begin():
Arduino/libraries/ESP8266WiFi/src/ESP8266WiFiMulti.cpp
Line 129 in 4c04c63
My ESP8266 (Wemos D1 mini) can't connect to my open access point (OpenWRT).
ESP8266WiFiMulti::run() returns WL_DISCONNECTED with WiFiDisconnectReason of WIFI_DISCONNECT_REASON_NO_AP_FOUND.
When I change the passphrase to NULL everything works.
The text was updated successfully, but these errors were encountered: