Skip to content

softAPdisconnect failure, no error return #1249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tablatronix opened this issue Mar 22, 2018 · 1 comment
Closed

softAPdisconnect failure, no error return #1249

tablatronix opened this issue Mar 22, 2018 · 1 comment

Comments

@tablatronix
Copy link
Contributor

I am getting failures with softAPdisconnect returning false.

debugging
esp_err_t err = esp_wifi_set_config(WIFI_IF_AP, &conf); returns error base 11
So no error code..

Any ideas how to debug this further ?

tablatronix added a commit to tablatronix/arduino-esp32 that referenced this issue Mar 28, 2018
@tablatronix
Copy link
Contributor Author

tablatronix commented Apr 5, 2018

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.

Curclamas pushed a commit to Curclamas/arduino-esp32 that referenced this issue Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant