mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-26 20:00:27 +00:00
fix: update bt-hci to 0.6
Fixes an issue for controllers that emit unexpected command complete events.
This commit is contained in:
parent
70ad2c4482
commit
0cb88e7daf
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
## Unreleased - ReleaseDate
|
||||
|
||||
- Updated documentation for Control::join() #4678
|
||||
- Bump bt-hci to 0.5.0.
|
||||
- Bump bt-hci to 0.6.0.
|
||||
- Add error handling to HCI transport implementation.
|
||||
|
||||
## 0.5.0 - 2025-08-28
|
||||
|
@ -36,7 +36,7 @@ heapless = "0.8.0"
|
||||
|
||||
# Bluetooth deps
|
||||
embedded-io-async = { version = "0.6.0", optional = true }
|
||||
bt-hci = { version = "0.5.0", optional = true }
|
||||
bt-hci = { version = "0.6.0", optional = true }
|
||||
|
||||
[package.metadata.embassy]
|
||||
build = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user