I have a AsyncWebServer running on ESP32. It’s working ok but something is going wrong after ~15minutes. As the unit is remote via WiFi, I can’t hook up the Serial Monitor.
I’ve tried the “request->send…” but being outside of a server.on it is not scoped properly and won’t compile.
Also tried: ws.textAll(“xyz”);
This compiles but doesn’t execute. I think this is a problem with the way WebSockets connects, then discon after the event.
Any other suggestions for a SERVER initiated asynch data display?
Thanks
Barry
Hi.
Can you better describe what you want to do?
Have you taken a look at the webserial library that creates a “serial monitor” on a webserver? And it is compatible with the asyncwebserver library.
Regards,
Sara