wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
396 stars 84 forks source link

Fixed window drive path match #77

Closed junhuanchen closed 4 years ago

junhuanchen commented 5 years ago

allow open in C: to execfile .py in D: .

BR$ZWSF7_GN ~VB9M4$6IH

in mpfshell-lite(It was developed very aggressively)

@JAUY~C`CWPED6X7EAH$7VB

skorokithakis commented 5 years ago

Thanks for this! Have you tested to see whether this breaks something else, e.g. open ws:192.168.4.1?

junhuanchen commented 5 years ago

Thanks for this! Have you tested to see whether this breaks something else, e.g. open ws:192.168.4.1?

This is related only to file management directives, such as lcd lpwd rm put get, etc

skorokithakis commented 4 years ago

Sorry, I think Github didn't notify me for your comment, thanks for this PR!