mpfshell-lite
mpfshell-lite copied to clipboard
👾 The lightweight version of the mpfshell is for pure CUI drivers.
# see if we could use the new Miniterm implementation from serial.tools.miniterm import Miniterm, ConsoleBase, unichr to # see if we could use the new Miniterm implementation from serial.tools.miniterm import...
Hi I get a memory allocation error when trying to upload a file to my ESP8266 mini-D1. This seems to occur for file larger than 4800 bytes Host: - Windows...
In file **mpfexp.py** -> **def put(src)** -> `(src='probeled.py')` Raise exception: **string 284:** `self.exec_("f = open('%s', 'wb')" % self._fqn(dst)) ` `self._fqn(dst) ='/flash\probeled.py'` !!! Need add to all `os.path.join` -> `.replace("\\","/")` Example:...