Skip to content

Commit c7d0b9d

Browse files
committed
@pybricks/[email protected]: update firmware to v3.2.0c1
1 parent de1f3d9 commit c7d0b9d

File tree

3 files changed

+34
-6
lines changed

3 files changed

+34
-6
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,34 @@
99

1010
### Changed
1111
- Moved documentation show/hide button from settings to editor area ([support#778]).
12+
- Updated documentation and other dependencies.
13+
- Updated firmware to v3.2.0c1:
14+
15+
### Fixed
16+
- Fixed `motor.control.limits()` not working if acceleration was `None`.
17+
- Fixed crash on calling methods on uninitialized objects ([support#805]).
18+
- Fixed crash on calling methods in `__init__(self, ...)` before
19+
calling `super().__init(...)` on uninitialized objects ([support#777]).
20+
- Reverted Pybricks Code stop button raises `SystemAbort` instead of
21+
`SystemExit` ([support#834]).
22+
- Improved stop message raised on `SystemExit` and `SystemAbort` ([support#836]).
23+
- Fixed Technic Hub and City Hub sometimes not shutting down when a Bluetooth
24+
operation is busy ([support#814]).
25+
- Fixed `hub.system` methods not working ([support#837]).
26+
27+
### Changed
28+
- Changed default XYZ orientation of the Technic Hub and the Essential Hub to
29+
match the SPIKE Prime Hub and Move Hub ([support#848]).
30+
31+
[support#777]: https://github.com/pybricks/support/issues/777
32+
[support#805]: https://github.com/pybricks/support/issues/805
33+
[support#814]: https://github.com/pybricks/support/issues/814
34+
[support#826]: https://github.com/pybricks/support/issues/826
35+
[support#834]: https://github.com/pybricks/support/issues/834
36+
[support#836]: https://github.com/pybricks/support/issues/836
37+
[support#837]: https://github.com/pybricks/support/issues/837
38+
[support#848]: https://github.com/pybricks/support/issues/848
39+
1240

1341
### Fixed
1442
- Fixed first tour item not shown if settings is not open ([support#823]).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@blueprintjs/popover2": "^1.10.2",
1414
"@blueprintjs/select": "^4.8.12",
1515
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
16-
"@pybricks/firmware": "6.3.0",
16+
"@pybricks/firmware": "6.4.0",
1717
"@pybricks/ide-docs": "2.6.0",
1818
"@pybricks/images": "^1.2.1",
1919
"@pybricks/jedi": "1.6.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2359,12 +2359,12 @@ __metadata:
23592359
languageName: node
23602360
linkType: hard
23612361

2362-
"@pybricks/firmware@npm:6.3.0":
2363-
version: 6.3.0
2364-
resolution: "@pybricks/firmware@npm:6.3.0"
2362+
"@pybricks/firmware@npm:6.4.0":
2363+
version: 6.4.0
2364+
resolution: "@pybricks/firmware@npm:6.4.0"
23652365
dependencies:
23662366
jszip: ^3.7.1
2367-
checksum: d853798a8d7ec23587e8288d8443a2b34afac086a17479111bf4864caf4bbe513e81d3bf06b1307e7e2edb1b3d210ffcdcf037c0025c2eca42ff9be743e9b55d
2367+
checksum: 47034fc21755840c0740f7c960aead07d5e4f3a020be42456ec3c0eb59af63fdfd5b39cf52155830fd1ea630c4d1adb6d7130978050c12f9d19da5771c9931d0
23682368
languageName: node
23692369
linkType: hard
23702370

@@ -2412,7 +2412,7 @@ __metadata:
24122412
"@blueprintjs/popover2": ^1.10.2
24132413
"@blueprintjs/select": ^4.8.12
24142414
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.10
2415-
"@pybricks/firmware": 6.3.0
2415+
"@pybricks/firmware": 6.4.0
24162416
"@pybricks/ide-docs": 2.6.0
24172417
"@pybricks/images": ^1.2.1
24182418
"@pybricks/jedi": 1.6.0

0 commit comments

Comments
 (0)