mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
This makes pyboard.py much more useful for long running scripts. When running a script via pyboard.py, it now waits until the script finishes, with no timeout. CTRL-C can be used to break out of the waiting if needed.