Skip to content

Commit

Permalink
Merge pull request #4 from Dirbaio/update-bt-hci
Browse files Browse the repository at this point in the history
Update bt-hci.
  • Loading branch information
bugadani authored Jan 8, 2025
2 parents 9a1c0cf + 7288d03 commit 700f698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esp-wifi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ portable-atomic = { version = "1.9.0", default-features = false }
portable_atomic_enum = { version = "0.3.1", features = ["portable-atomic"] }
rand_core = "0.6.4"

bt-hci = { version = "0.1.1", optional = true }
bt-hci = { version = "0.2.0", optional = true }
esp-config = { version = "0.2.0", path = "../esp-config" }

xtensa-lx-rt = { version = "0.17.2", path = "../xtensa-lx-rt", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
aligned = { version = "0.4.2", optional = true }
bleps = { git = "https://github.com/bjoernQ/bleps", package = "bleps", rev = "a5148d8ae679e021b78f53fd33afb8bb35d0b62e", features = [ "macros", "async"] }
blocking-network-stack = { git = "https://github.com/bjoernQ/blocking-network-stack.git", rev = "b3ecefc222d8806edd221f266999ca339c52d34e" }
bt-hci = "0.1.1"
bt-hci = "0.2.0"
cfg-if = "1.0.0"
critical-section = "1.1.3"
embassy-executor = { version = "0.7.0", features = ["task-arena-size-20480"] }
Expand Down

0 comments on commit 700f698

Please sign in to comment.