circuitpython/supervisor/shared/web_workflow
Scott Shawcroft b5517cb04b
Always clear RX buffer on CTRL-C
Some serial sources clear their RX buffers and others didn't. This
cause CP to skip into the REPL based on characters typed before the
CTRL-C. The serial file transfer code looks for "press any key"
which is skipped in this case.

Fixes https://github.com/circuitpython/web-editor/issues/238
2024-09-12 13:35:25 -07:00
..
static Fix move, mkdir and tweak dir listing 2024-01-18 14:22:16 -08:00
web_workflow.c web_workflow.c: use absolute path 2024-06-05 23:29:47 -04:00
web_workflow.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
websocket.c Always clear RX buffer on CTRL-C 2024-09-12 13:35:25 -07:00
websocket.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00