mpy-repl-tool icon indicating copy to clipboard operation
mpy-repl-tool copied to clipboard

Single digit COM port number with leading zero does not work

Open maeddlae opened this issue 3 years ago • 0 comments

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

maeddlae avatar Jan 10 '22 08:01 maeddlae