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 have verified that I am using the latest version of esp32-wifi-manager
[x ] I have searched open and closed issues to ensure it has not already been reported
Description
Steps to Reproduce
The first time you run the application and add wifi credentials, the application connects and runs normally.
Switch off the wifi the ESP is connected to.
Reset the ESP32
The code will run and inside this method "wifi_manager_timer_retry_cb" it will run into a stack overflow.
You cannot get it to restart the AP again if the previously connected WIFI is not in range.
The only way is to erase the nvs and then the AP starts up again.
System Configuration
ESP_IDF 5.2.1
VSCode
Environment (Operating system, version and so on):
Windows 11 / Ubuntu 20.04 LTS
Can you please point me in the direction on how to solve this? I have tried many things like checking if the XtimerStop is not null etc, adding delays
The text was updated successfully, but these errors were encountered:
I also had this issue. Increasing FREERTOS_TIMER_TASK_STACK_DEPTH from 2048 to 4096 successfully started the ap mode, but ESP32 was still not stable. When you were trying to set the wifi credentials after opening the web page, it would reset again.
Prerequisites
Description
Steps to Reproduce
The first time you run the application and add wifi credentials, the application connects and runs normally.
Switch off the wifi the ESP is connected to.
Reset the ESP32
The code will run and inside this method "wifi_manager_timer_retry_cb" it will run into a stack overflow.
You cannot get it to restart the AP again if the previously connected WIFI is not in range.
The only way is to erase the nvs and then the AP starts up again.
System Configuration
ESP_IDF 5.2.1
VSCode
Windows 11 / Ubuntu 20.04 LTS
Can you please point me in the direction on how to solve this? I have tried many things like checking if the XtimerStop is not null etc, adding delays
The text was updated successfully, but these errors were encountered: