Open maeddlae opened 2 years ago
When COM port number is a single digit it is currently not allowed to add a prefix-zero:
python -m there -pCOM08 ls
python -m there -pCOM8 ls
This is an additional source of error
When COM port number is a single digit it is currently not allowed to add a prefix-zero:
python -m there -pCOM08 ls
python -m there -pCOM8 ls
insteadThis is an additional source of error