ESP32 webserver not reachable after random number of days #6900
basementmedia2
started this conversation in
General
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i have the following Problem
I run an ESP32 in WIFI_STA_AP mode.
After a few days (sometimes 5, sometimes 6) the webserver is not responding anymore.
The ESP is still listed in the WIFI-Network but i can't connect.
Is this a known issue?
By the way: Do i have to set
esp_wifi_set_ps(WIFI_PS_NONE);
or is this set by default?
Goal is, that the webserver is always and always reachable.
Here is a snipped (short part) of my actual code:
I actually use core 1.0.6 cause with 2.0.3 i hav other problems (related to SD library).
Thank you for support.
Best wishes
Daniel
Beta Was this translation helpful? Give feedback.
All reactions