Commit 212a3c8 1 parent 6071bfe commit 212a3c8 Copy full SHA for 212a3c8
File tree 3 files changed +14
-6
lines changed
3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ### Changed
8
+ - Updated firmware to v3.2.1:
9
+
10
+ #### Fixed
11
+ - Fixed ` imu.angular_velocity ` returning the values of ` imu.acceleration ` .
12
+
13
+ [ support#885 ] : https://github.com/pybricks/support/issues/885
14
+
7
15
## [ 2.1.0-beta.1] - 2022-12-23
8
16
9
17
### Added
Original file line number Diff line number Diff line change 13
13
"@blueprintjs/popover2" : " ^1.10.2" ,
14
14
"@blueprintjs/select" : " ^4.8.12" ,
15
15
"@pmmmwh/react-refresh-webpack-plugin" : " ^0.5.10" ,
16
- "@pybricks/firmware" : " 6.5 .0" ,
16
+ "@pybricks/firmware" : " 6.6 .0" ,
17
17
"@pybricks/ide-docs" : " 2.7.0" ,
18
18
"@pybricks/images" : " ^1.3.0" ,
19
19
"@pybricks/jedi" : " 1.6.0" ,
Original file line number Diff line number Diff line change @@ -2360,12 +2360,12 @@ __metadata:
2360
2360
languageName: node
2361
2361
linkType: hard
2362
2362
2363
- "@pybricks/firmware@npm:6.5 .0":
2364
- version: 6.5 .0
2365
- resolution: "@pybricks/firmware@npm:6.5 .0"
2363
+ "@pybricks/firmware@npm:6.6 .0":
2364
+ version: 6.6 .0
2365
+ resolution: "@pybricks/firmware@npm:6.6 .0"
2366
2366
dependencies:
2367
2367
jszip: ^3.7.1
2368
- checksum: 1c2518d4e9f8ef2a76be60a30af734b441dbb336b398d7759481f20392e3378e0dbd5927b0f6754f7c29b26e03d3adf78ff2fbb687779fad2f492a3117ce3efa
2368
+ checksum: 9f57db8bc558994ddf8ca0e2ceeb9cb9ca01d829b2e9ad3981a6d70e1cce2cb5065313e13654d4069ce6423e4b0c8a7d2a24bc50d91e68457b335e9dc6fbb8a7
2369
2369
languageName: node
2370
2370
linkType: hard
2371
2371
@@ -2413,7 +2413,7 @@ __metadata:
2413
2413
"@blueprintjs/popover2": ^1.10.2
2414
2414
"@blueprintjs/select": ^4.8.12
2415
2415
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.10
2416
- "@pybricks/firmware": 6.5 .0
2416
+ "@pybricks/firmware": 6.6 .0
2417
2417
"@pybricks/ide-docs": 2.7.0
2418
2418
"@pybricks/images": ^1.3.0
2419
2419
"@pybricks/jedi": 1.6.0
You can’t perform that action at this time.
0 commit comments