circuitpython/supervisor/shared/web_workflow
Scott Shawcroft b354cec8cb
Three small ESP web workflow fixes
* Set nonblock on all accepted sockets. Not just ones for user code.
* Close an open websocket if another is accepted.
* Set debug level to INFO rather than DEBUG because DEBUG crashes
  on ESP32-S3 USB OTG.
2022-12-06 11:49:04 -08:00
..
static Update supervisor/shared/web_workflow/static/directory.html 2022-09-09 16:34:11 -07:00
web_workflow.c Fix writing files from web workflow 2022-11-30 14:22:46 -08:00
web_workflow.h Retry send if only some bytes sent 2022-08-10 11:34:49 -07:00
websocket.c Three small ESP web workflow fixes 2022-12-06 11:49:04 -08:00
websocket.h Read websocket in background to look for ctrl-c 2022-08-09 13:57:03 -07:00