junhuanchen / mpfshell-lite

👾 The lightweight version of the mpfshell is for pure CUI drivers.
https://github.com/wendlers/mpfshell
MIT License
35 stars 8 forks source link

repl error about unichr (python2.7) #6

Open junhuanchen opened 4 years ago

junhuanchen commented 4 years ago
# 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 Miniterm, ConsoleBase
junhuanchen commented 4 years ago

python3 need unichr, but python build-in unichr

junhuanchen commented 4 years ago

fix https://github.com/junhuanchen/mpfshell-lite/commit/7af90072692e7dc88e1fe4bfaabfde1e5986dded