Release v3.2.0b6
Pre-release
Pre-release
Added
- Added support for
PBIO_PYBRICKS_COMMAND_REBOOT_TO_UPDATE_MODEPybricks
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 theSystemExitexception (pybricks-micropython#117). - Changed
PrimeHub.display.image()toPrimeHub.display.icon()and renamed
its kwarg fromimagetoicon(support#409). - Deprecated
Control.load(),Control.stalled(), andControl.done()
methods, but they will continue to exist in the firmware until further
notice ([support#822]). New scripts are encouraged to use the (improved)
variants available directly onMotorobjects.
Fixed
- Fixed connecting
Remoteon BOOST move hub (support#793).
Removed
- Removed
hub.system.reset()method. - Disabled
micropythonmodule on Move Hub.