mpy-repl-tool
mpy-repl-tool copied to clipboard
Single digit COM port number with leading zero does not work
When COM port number is a single digit it is currently not allowed to add a prefix-zero:
- Does not work:
python -m there -pCOM08 ls
- Does work:
python -m there -pCOM8 ls
instead
This is an additional source of error