Wifi in Access Point mode crashes silenty #12754
Unanswered
Tobinator32
asked this question in
ESP32
Replies: 1 comment 1 reply
-
@Tobinator32 Can you give more detail on what you mean by "the wifi stack crashes". Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im currently developing a web server based application using MicroWebSrv2. Although its running great and i've been able to resolve most of the crashes by thinning out the TCP backlog of the server (setting it to 2) sometimes the Wifi stack crashes without any notice. It happens when reloading a page and pressing the back button before it completly finished loading the current page. As it has to be bullet proof is there any advice how to mitigate or work around any issues related with that? How can i detect if the AP goes down in the first place. This should be a last resort so that i am able to restart wifi.
Kind Regard Tobi
Beta Was this translation helpful? Give feedback.
All reactions