Skip to content

Commit 358e893

Browse files
committed
package: update @pybricks/firmware to v3.2.0
1 parent b366f77 commit 358e893

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

CHANGELOG.md

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

1010
### Changed
1111
- Clicking empty area of file list focuses the list ([support#856]).
12+
- Updated firmware to v3.2.0:
13+
14+
#### Changed
15+
- Buffered stdout is flushed before ending user program.
16+
17+
#### Fixed
18+
- Fixed SPIKE/MINDSTORMS hubs advertising after disconnect while user program
19+
is still running ([support#849]).
20+
- Fixed Essential hub hanging on boot when bootloader entered but USB cable
21+
not connected ([support#821]).
22+
- Fixed button needs debouncing on City/Technic/Essential hubs ([support#716]).
23+
- Fixed motor hold drifting away under external input movement ([support#863]).
24+
25+
[support#716]: https://github.com/pybricks/support/issues/716
26+
[support#821]: https://github.com/pybricks/support/issues/821
27+
[support#849]: https://github.com/pybricks/support/issues/849
28+
[support#863]: https://github.com/pybricks/support/issues/863
29+
1230

1331
[support#856]: https://github.com/pybricks/support/issues/856
1432
[support#858]: https://github.com/pybricks/support/issues/858

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.4.0",
16+
"@pybricks/firmware": "6.5.0",
1717
"@pybricks/ide-docs": "2.7.0",
1818
"@pybricks/images": "^1.3.0",
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.4.0":
2363-
version: 6.4.0
2364-
resolution: "@pybricks/firmware@npm:6.4.0"
2362+
"@pybricks/firmware@npm:6.5.0":
2363+
version: 6.5.0
2364+
resolution: "@pybricks/firmware@npm:6.5.0"
23652365
dependencies:
23662366
jszip: ^3.7.1
2367-
checksum: 47034fc21755840c0740f7c960aead07d5e4f3a020be42456ec3c0eb59af63fdfd5b39cf52155830fd1ea630c4d1adb6d7130978050c12f9d19da5771c9931d0
2367+
checksum: 1c2518d4e9f8ef2a76be60a30af734b441dbb336b398d7759481f20392e3378e0dbd5927b0f6754f7c29b26e03d3adf78ff2fbb687779fad2f492a3117ce3efa
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.4.0
2415+
"@pybricks/firmware": 6.5.0
24162416
"@pybricks/ide-docs": 2.7.0
24172417
"@pybricks/images": ^1.3.0
24182418
"@pybricks/jedi": 1.6.0

0 commit comments

Comments
 (0)