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
I applied the same fix I PRed for esp8266, auth mode must be OPEN if password is empty, I could not find documentation on this but esp_wifi_set_config returns empty error before applying this.
I am getting failures with softAPdisconnect returning false.
debugging
esp_err_t err = esp_wifi_set_config(WIFI_IF_AP, &conf);
returns error base 11So no error code..
Any ideas how to debug this further ?
The text was updated successfully, but these errors were encountered: