Skip to content

st3m,mpy: show last bits of python errors on display

pippin requested to merge pippin/display-python-errors-on-display into main

This is implemented with a tiny terminal emulator which the stdout of micropython is passed through. This allows us to detect what state the interepreter connection of micropython might be in, and show a REPL splash or text accordingly.

Merge request reports