Use released bt-hci crate

This commit is contained in:
Ulf Lilleengen
2024-08-21 18:12:59 +02:00
parent 1c466b81e6
commit c9ad897d4a
3 changed files with 1 additions and 3 deletions

View File

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