bbcmicrobit / PythonEditor

A MicroPython editor for the BBC micro:bit that works with browsers.
https://python.microbit.org/
MIT License
196 stars 130 forks source link

Fix flashing after using serial #278

Closed microbit-sam closed 4 years ago

microbit-sam commented 4 years ago

The device wasn't correctly disconnected before attempting to flash

I've modified the doFlash code to doDisconnect().then(() => doConnect()) when flashing to ensure that the micro:bit is in the correct state