- device.py: device communication/handling - cli.py: CLI interface updates - web.py: web interface - build.py, build.sh, install.sh: build and install scripts - Pipfile: Python dependencies - lib/mpremote: mpremote library - test_*.py: import and LED tests - Updated .gitignore and README Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
170 B
Python
5 lines
170 B
Python
# Minimal console module for mpremote compatibility
|
|
# Only exports VT_ENABLED which is used by transport_serial
|
|
|
|
VT_ENABLED = False # Disable VT for non-interactive use
|