-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
software: pybricks-micropythonIssues with Pybricks MicroPython firmware (or EV3 runtime)Issues with Pybricks MicroPython firmware (or EV3 runtime)
Description
Describe the bug
There are a few distinct issues that need fixing:
- When Bluetooth causes a soft shutdown, the shutdown animation blink is not visible, making it look like a hard crash.
- When initialization fails for any reason, you get
RuntimeError: Can use only one Remoteif you try a second time - Connecting to the Xbox Controller waits indefinitely if the controller is not in pairing mode. It should give up and raise an error (like it used to in V3.6.1)
- Error propagation from the Bluetooth task handling loop is not done correctly, so we don't see all errors.
- Update scanning to match new peripheral objects
Metadata
Metadata
Assignees
Labels
software: pybricks-micropythonIssues with Pybricks MicroPython firmware (or EV3 runtime)Issues with Pybricks MicroPython firmware (or EV3 runtime)