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 use your implementation for logging via UDP.
It works fine but if I disable my AP, the ESP gets disconnected because the wifi is gone. This is normal but my ESP also crashes with an wifi task stack overflow?
Any idea how to resolve this problem? (Crash when the wifi gets disconnected)
The text was updated successfully, but these errors were encountered:
Hey, I created a better and robust logger, it is feature rich and heavily tested. One can select to use TCP, UDP, websocket to log messages. Check this out, if it helps: https://github.com/VedantParanjape/esp-wifi-logger
Hi,
I use your implementation for logging via UDP.
It works fine but if I disable my AP, the ESP gets disconnected because the wifi is gone. This is normal but my ESP also crashes with an wifi task stack overflow?
Any idea how to resolve this problem? (Crash when the wifi gets disconnected)
The text was updated successfully, but these errors were encountered: