wendlers / mpfshell

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

Mpfshel closes when connecting to esp82 or esp32 #97

Closed RAMZUG closed 3 years ago

RAMZUG commented 3 years ago

Esptool and mpfshell were installed on linux mint.

The firmware is deleted and correctly loaded to esp82 and esp32, python 3.8 and pyserial 3.5 are used. When trying to connect to esp82 or esp32 using mpfshell, the connection is established, but the mpfshell closes. The above is repeated regardless of the ESPxx that is used. The firmware has been reinstalled and the card changed (I have tested it on 8 different cards)

Any idea what could be wrong? Problema

AltamarMx commented 3 years ago

This only happens with version 0.9.2, if you roll back to 0.9.1 works well.

skorokithakis commented 3 years ago

That's interesting, can someone bisect and find the offending commit?

edcline commented 3 years ago

same problem with 0.9.2 on windows -> esp32 this is my first install - how do you do a 'roll back' to 0.9.1. I have googled it but it is not clear and I am new to python/pip... Thank You

AltamarMx commented 3 years ago

uninstall first pip uninstall mpfshell reinstall specifying version pip install mpfshell==0.9.1 pip or pip3, whetever you are using.