Merge pull request #4058 from embassy-rs/update-bt-hci-v3

chore: update cyw43 bt-hci version
This commit is contained in:
Ulf Lilleengen 2025-04-07 08:36:48 +00:00 committed by GitHub
commit cb4d8c74c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ heapless = "0.8.0"
# Bluetooth deps
embedded-io-async = { version = "0.6.0", optional = true }
bt-hci = { version = "0.2.0", optional = true }
bt-hci = { version = "0.3.0", optional = true }
[package.metadata.embassy_docs]
src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/"