ntoll / microrepl

A REPL client for MicroPython running on the BBC micro:bit.
Other
32 stars 17 forks source link

Remove Console() instance from microrepl #17

Closed carlosperate closed 6 years ago

carlosperate commented 6 years ago

Pyserial v3 Miniterm creates its own Console instance, so this is no longer needed in microrepl:

Also, having a second Console causes an exception in Windows, this is the causes of issue #16.

ntoll commented 6 years ago

Thank you (again (again)) ;-)