v2.0.0-beta.12
Added
- Added in-app LEGO firmware restore for USB/DFU hubs.
- Added Pybricks logo when no files open.
Changed
-
Firmware restore for hubs with USB is now done in-app (pybricks-code#1104).
-
Moved Tour button from toolbar to settings.
-
Updated docs, code completion and other dependencies.
-
Updated firmware to v3.2.0b6:
- Added support for
PBIO_PYBRICKS_COMMAND_REBOOT_TO_UPDATE_MODE
Pybricks
Profile BLE command. - Implemented
Motor.load()
which now measures load both during active
conditions (run
) and passive conditions (dc
).
Changed
- The Pybricks Code stop button will force the program to exit even if the user
catches theSystemExit
exception (pybricks-micropython#117). - Changed
PrimeHub.display.image()
toPrimeHub.display.icon()
and renamed
its kwarg fromimage
toicon
(support#409). - Deprecated
Control.load()
,Control.stalled()
, andControl.done()
methods ([support#822]).
Fixed
- Fixed connecting
Remote
on BOOST move hub (support#793).
Removed
- Removed
hub.system.reset()
method. - Disabled
micropython
module on Move Hub.
- Added support for
Fixed
- Fixed missing warning sign icon.
- Fixed error message for program too big for download (support#810).