From 69b3ba21f3287d3c56eccec301c3d4d2c768776b Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 7 Jul 2023 10:41:40 -0500 Subject: [PATCH] pybricks frimware v3.3.0b8 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- yarn.lock | 10 +++++----- 3 files changed, 28 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4750aab..7847e986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d62e7a80..cb0adb7b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index c63ae2cf..03f480ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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