-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
hub: movehubIssues related to the LEGO BOOST Move hubIssues related to the LEGO BOOST Move hubsoftware: pybricks-micropythonIssues with Pybricks MicroPython firmware (or EV3 runtime)Issues with Pybricks MicroPython firmware (or EV3 runtime)topic: bluetoothIssues involving bluetoothIssues involving bluetooth
Description
Describe the bug
Not all of the expected text is printed on move hub. The last part is cut off.
To reproduce
Firmware v3.2.0b6-5-g45cc21fe.
- Create a new program for a different hub (not move hub) using one of the templates in Pybricks Code.
- Run the program on a move hub.
- Observe the output in the terminal pane. The last bit is cut off.
Traceback (most recent call last):
File "x.py", in <module>
ImportError: can't import name Techn
Expected behavior
It should not drop output.
Additional context
Capturing packets with Wireshark shows that the missing part was never sent, so the problem is likely with the Bluetooth chip/driver. Other hubs don't appear to have this problem.
Metadata
Metadata
Assignees
Labels
hub: movehubIssues related to the LEGO BOOST Move hubIssues related to the LEGO BOOST Move hubsoftware: pybricks-micropythonIssues with Pybricks MicroPython firmware (or EV3 runtime)Issues with Pybricks MicroPython firmware (or EV3 runtime)topic: bluetoothIssues involving bluetoothIssues involving bluetooth