update @pybricks/firmware to firmware v3.2.0b2

This commit is contained in:
David Lechner
2022-12-02 11:54:18 -06:00
parent a262f44762
commit 19878cbac6
3 changed files with 34 additions and 6 deletions
+28
View File
@@ -11,6 +11,34 @@
### 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 the `SystemExit` exception ([pybricks-micropython#117]).
- Changed `PrimeHub.display.image()` to `PrimeHub.display.icon()` and renamed
its kwarg from `image` to `icon` ([support#409]).
- Deprecated `Control.load()`, `Control.stalled()`, and `Control.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.
[pybricks-micropython#117]: https://github.com/pybricks/pybricks-micropython/pull/117
[support#409]: https://github.com/pybricks/support/issues/409
[support#793]: https://github.com/pybricks/support/issues/793
[support#793]: https://github.com/pybricks/support/issues/822
[pybricks-code#1104]: https://github.com/pybricks/pybricks-code/issues/1104
+1 -1
View File
@@ -13,7 +13,7 @@
"@blueprintjs/popover2": "^1.10.2",
"@blueprintjs/select": "^4.8.12",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@pybricks/firmware": "6.2.0",
"@pybricks/firmware": "6.3.0",
"@pybricks/ide-docs": "2.5.0",
"@pybricks/images": "^1.2.1",
"@pybricks/jedi": "1.5.0",
+5 -5
View File
@@ -2359,12 +2359,12 @@ __metadata:
languageName: node
linkType: hard
"@pybricks/firmware@npm:6.2.0":
version: 6.2.0
resolution: "@pybricks/firmware@npm:6.2.0"
"@pybricks/firmware@npm:6.3.0":
version: 6.3.0
resolution: "@pybricks/firmware@npm:6.3.0"
dependencies:
jszip: ^3.7.1
checksum: 0b963483a754e55822290c84b704e7b4097d03ec9a988501721e7ad13ffe84fa2aa6dd4812852962a6c22df2d8bae6022b8a572e498b7a9cffcbc20c62498291
checksum: d853798a8d7ec23587e8288d8443a2b34afac086a17479111bf4864caf4bbe513e81d3bf06b1307e7e2edb1b3d210ffcdcf037c0025c2eca42ff9be743e9b55d
languageName: node
linkType: hard
@@ -2412,7 +2412,7 @@ __metadata:
"@blueprintjs/popover2": ^1.10.2
"@blueprintjs/select": ^4.8.12
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.10
"@pybricks/firmware": 6.2.0
"@pybricks/firmware": 6.3.0
"@pybricks/ide-docs": 2.5.0
"@pybricks/images": ^1.2.1
"@pybricks/jedi": 1.5.0