wendlers / mpfshell

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

Various fixes and updates, you can pick and choose to merge. #65

Closed junhuanchen closed 5 years ago

junhuanchen commented 5 years ago

Fix the windows10 console REPL

Add the Lexecfile and runfile commands

Connect to board, websocket and serial faster.

Repair the communication protocol for the connection process.

Esp8266, esp32, pyboard and other versions using pyboard.py are also supported.

skorokithakis commented 5 years ago

Oh man, thank you but I wish you'd split this up, it's going to take ages to review and some of the changes aren't appropriate (eg the changing of the URLs). I'll see what I can do.

junhuanchen commented 5 years ago

Yes, if I could, I would branch out and re-select the necessary updates, especially in pyboard.py or trem.py files.

You may need a lot of review code.

junhuanchen commented 5 years ago

So, I can point out which fixes are necessary.

For example, win10 repl fixes in https://github.com/wendlers/mpfshell/pull/65/conflicts.