Search found 1 match
- Sun Mar 24, 2024 3:15 pm
- Forum: ESP-IDF
- Topic: Why is it not good practice to call esp_wifi_connect() after esp_wifi_disconnect()?
- Replies: 13
- Views: 102345
Re: Why is it not good practice to call esp_wifi_connect() after esp_wifi_disconnect()?
Calling esp_wifi_connect() immediately after esp_wifi_disconnect() can lead to unpredictable behavior and potential conflicts in the Wi-Fi connection process. It's important to allow sufficient time for the disconnection process to complete before initiating a new connection to ensure stability and ...