You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a big issue, but if you have the micro:bit on a table and press one of the front buttons, it sometimes leans the micro:bit and the reset button is pressed.
This causes the micro:bit to reboot and it is no longer at the raw REPL, and the next command then fails to do anything due to the wrong response.
Might be worth looking to see if I can improve the recovery of this with a response state machine, so that if it detects a reboot or unexpected state, it tries to re-enter the raw REPL to recover.
The text was updated successfully, but these errors were encountered:
Not a big issue, but if you have the micro:bit on a table and press one of the front buttons, it sometimes leans the micro:bit and the reset button is pressed.
This causes the micro:bit to reboot and it is no longer at the raw REPL, and the next command then fails to do anything due to the wrong response.
Might be worth looking to see if I can improve the recovery of this with a response state machine, so that if it detects a reboot or unexpected state, it tries to re-enter the raw REPL to recover.
The text was updated successfully, but these errors were encountered: