pybricks frimware v3.3.0b8

This commit is contained in:
David Lechner
2023-07-07 10:41:40 -05:00
parent 39141355bf
commit 69b3ba21f3
3 changed files with 28 additions and 6 deletions
+22
View File
@@ -4,6 +4,28 @@
## [Unreleased]
### Changed
- Updated dependencies.
- Updated firmware to v3.3.0b8:
#### Added
- Added `use_gyro` method to `GyroDriveBase` class ([support#1054]).
- Added `pybricks.tools.read_input_byte()` function ([support#1102]).
#### Changed
- Relaxed thresholds that define when the IMU is stationary ([support#1105]).
#### Fixed
- Fixed Technic (Extra) Large motors not working ([support#1131]) on all hubs.
- Fixed Powered Up Light not working ([support#1131]) on all hubs.
- Fixed UART sensors not working on Technic Hub ([support#1137]).
- Fixed incorrect number of ports on City Hub ([support#1131]).
[support#1054]: https://github.com/pybricks/support/issues/1054
[support#1105]: https://github.com/pybricks/support/issues/1105
[support#1131]: https://github.com/pybricks/support/issues/1131
[support#1137]: https://github.com/pybricks/support/issues/1137
## [2.2.0-beta.7] - 2023-07-01
### Fixed
+1 -1
View File
@@ -11,7 +11,7 @@
"@babel/core": "^7.22.6",
"@blueprintjs/core": "^5.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@pybricks/firmware": "7.6.0",
"@pybricks/firmware": "7.7.0",
"@pybricks/ide-docs": "2.9.0",
"@pybricks/images": "^1.3.0",
"@pybricks/jedi": "1.9.0",
+5 -5
View File
@@ -2636,12 +2636,12 @@ __metadata:
languageName: node
linkType: hard
"@pybricks/firmware@npm:7.6.0":
version: 7.6.0
resolution: "@pybricks/firmware@npm:7.6.0"
"@pybricks/firmware@npm:7.7.0":
version: 7.7.0
resolution: "@pybricks/firmware@npm:7.7.0"
dependencies:
jszip: ^3.7.1
checksum: 82aae37120f8182b81a4fefdb82f9fe17930b0e921372e66e9cc15f85b5f72a1df10c5206667daf3aec0d4560766ed940e70839aeb79b9bd8208178a0ef351ab
checksum: def86290fe49cb285291110d433eae1514928ff3728222840b14ab038d97a19277cefd77e912e99ef96b3fe6bd9fcea127cd3c8489575d2de7777da7e3f3c3bf
languageName: node
linkType: hard
@@ -2687,7 +2687,7 @@ __metadata:
"@babel/core": ^7.22.6
"@blueprintjs/core": ^5.0.1
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.10
"@pybricks/firmware": 7.6.0
"@pybricks/firmware": 7.7.0
"@pybricks/ide-docs": 2.9.0
"@pybricks/images": ^1.3.0
"@pybricks/jedi": 1.9.0