-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Description
When empty string is passed as passphrase:
newAP.passphrase = strdup(""); |
to WiFi.begin():
WiFi.begin(bestNetwork.ssid, bestNetwork.passphrase, bestChannel, bestBSSID); |
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.
Metadata
Metadata
Assignees
Labels
No labels