mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
update Pybricks firmware to v3.2.0b2
This commit is contained in:
+26
-1
@@ -2,7 +2,32 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## [2.0.0-beta.2]
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
- Updated firmware to Pybricks v3.2.0b2:
|
||||
|
||||
### Added
|
||||
- Added `Motor.stalled()` method.
|
||||
|
||||
### Fixed
|
||||
- Fixed motor not stopping at the end of `run_until_stalled` ([support#662]).
|
||||
- Fixed incorrect battery current reading on Technic hub ([support#665]).
|
||||
- Fixed non-zero speed reported when stalled.
|
||||
- Fixed I/O devices not syncing at high baud rate.
|
||||
- Fixed `ENODEV` error while device connection manager is busy ([support#674]).
|
||||
|
||||
### Changed
|
||||
- Reworked internal motor model that is used to estimate speed.
|
||||
- Speed methods now use estimated speed instead of reported speed.
|
||||
- Changed drive base default speed to go a little slower.
|
||||
- Updated MicroPython to v1.19.
|
||||
|
||||
[support#662]: https://github.com/pybricks/support/issues/662
|
||||
[support#665]: https://github.com/pybricks/support/issues/665
|
||||
[support#674]: https://github.com/pybricks/support/issues/674
|
||||
|
||||
## [2.0.0-beta.2] - 2022-06-24
|
||||
|
||||
### Added
|
||||
- Added basic intellisense to the code editor.
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@
|
||||
"@blueprintjs/core": "^4.5.0",
|
||||
"@blueprintjs/popover2": "^1.4.1",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
||||
"@pybricks/firmware": "4.15.0",
|
||||
"@pybricks/firmware": "4.16.1",
|
||||
"@pybricks/ide-docs": "2.2.0",
|
||||
"@pybricks/mpy-cross-v5": "^2.0.0",
|
||||
"@pybricks/mpy-cross-v6": "^1.0.0",
|
||||
|
||||
@@ -2260,12 +2260,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@pybricks/firmware@npm:4.15.0":
|
||||
version: 4.15.0
|
||||
resolution: "@pybricks/firmware@npm:4.15.0"
|
||||
"@pybricks/firmware@npm:4.16.1":
|
||||
version: 4.16.1
|
||||
resolution: "@pybricks/firmware@npm:4.16.1"
|
||||
dependencies:
|
||||
jszip: ^3.7.1
|
||||
checksum: 9aed7ff24b3d00103e4da9e6470cfb5246baa204551ed0e70c166d3206d5027dc5d6f322fe8d2d36d085ac7bb6895ad8d2ab819d514f2709dff4635efb25afbf
|
||||
checksum: 37c136f4d32dfac4938279ef7dc2eb9fcd1635a5f650161e54ba0f60050217be8f34bbc1632adec1b8bb566929db205e874c4eacb6fa2174b6d6dfa936b97a21
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2298,7 +2298,7 @@ __metadata:
|
||||
"@blueprintjs/core": ^4.5.0
|
||||
"@blueprintjs/popover2": ^1.4.1
|
||||
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.7
|
||||
"@pybricks/firmware": 4.15.0
|
||||
"@pybricks/firmware": 4.16.1
|
||||
"@pybricks/ide-docs": 2.2.0
|
||||
"@pybricks/mpy-cross-v5": ^2.0.0
|
||||
"@pybricks/mpy-cross-v6": ^1.0.0
|
||||
|
||||
Reference in New Issue
Block a user