wendlers / mpfshell

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

Fixes: File upload is broken on ESP8266 on newer Micropython /flash issue #22

Closed mhoffma closed 7 years ago

mhoffma commented 7 years ago
  1. telnet operation, if no user name given for login then just attach. I wrote a small server that works perfectly with the terminal and didn't want to add whole new program to support the function.

  2. new version of micropython looks like when you attach / is a mount point and we probably want it to be /flash. I modified the code to just ask for the current working directory on startup so that things just work for / or /flash. maybe there is a better way here.