microbit-foundation / python-editor-v3

Micro:bit Educational Foundation Python Editor V3
https://python.microbit.org
MIT License
57 stars 36 forks source link

Simulator terminal error is not cleared. #869

Closed microbit-robert closed 2 years ago

microbit-robert commented 2 years ago

To reproduce:

microbit-matt-hillsdon commented 2 years ago

We need to emit EVENT_SERIAL_RESET before a flash in the simulator device connection.

This matches the real device (which stops listening too, which we don't really need to do).