zsquareplusc / mpy-repl-tool

Yet an other tool to transfer files, execute files and so on via the Python prompt, used for MicroPython
Other
19 stars 5 forks source link

fix(push): fix handling of path separators #15

Closed hoihu closed 4 years ago

hoihu commented 4 years ago

previous to this patch, a remote path could contain both forward and backward slashes. This worked ok for FAT FS, but failed in conjunction with LittleFS.