Search found 1 match
- Sun Nov 29, 2020 12:15 pm
- Forum: ESP-IDF
- Topic: Wifi wasn't actually stopped after receiving the WIFI_EVENT_STA_STOP
- Replies: 3
- Views: 4766
Re: Wifi wasn't actually stopped after receiving the WIFI_EVENT_STA_STOP
How did you end up fixing this? I currently experience the same problem. Sleeping for 2 sec before trying to connect again fixes the problem, but this is a rather hacky solution. As far as I am aware there is also no way to check if it is still in the `ESP_ERR_WIFI_STOP_STATE` state (other than tryi...