While trying to rebase and resolve merge conflicts for my PR #31 I noticed a Windows compatibility issue:
With commit 7cb90c7 the generated cmd in runMpremote is: 'c:\Python314\python.exe' -m mpremote 'connect' 'list'
but on Windows names have to be enclosed in double qoutes instead of single quotes
While trying to rebase and resolve merge conflicts for my PR #31 I noticed a Windows compatibility issue:
With commit 7cb90c7 the generated cmd in runMpremote is: 'c:\Python314\python.exe' -m mpremote 'connect' 'list'
but on Windows names have to be enclosed in double qoutes instead of single quotes