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
However, once esp_wifi_connect() has been called once, it continues to retry every two seconds; so the console keeps showing the ESP_LOGI of 'Failed'. These ESP8266 RTOS SDK examples don't reflect how the ESP8266 RTOS SDK actually performs.
This is inconsistent with the behaviour of ESP-IDF. It doesn't keep automatically retrying.
Why does ESP8266 RTOS SDK automatically retry (and how to disable that behaviour), whilst ESP-IDF does not?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
esp_wifi_connect() Automatically Retries Every Two Seconds
esp_wifi_connect() Automatically Retries Every Two Seconds (GIT8266O-426)
Mar 30, 2020
In the examples for Wi-Fi, it has the following code;
However, once
esp_wifi_connect()
has been called once, it continues to retry every two seconds; so the console keeps showing theESP_LOGI
of 'Failed'. These ESP8266 RTOS SDK examples don't reflect how the ESP8266 RTOS SDK actually performs.This is inconsistent with the behaviour of ESP-IDF. It doesn't keep automatically retrying.
Why does ESP8266 RTOS SDK automatically retry (and how to disable that behaviour), whilst ESP-IDF does not?
The text was updated successfully, but these errors were encountered: