@@ -16,7 +16,7 @@ embassy-net = { version = "0.5.0", path = "../../embassy-net", features = ["defm
16
16
embassy-net-wiznet = { version = " 0.1.0" , path = " ../../embassy-net-wiznet" , features = [" defmt" ] }
17
17
embassy-futures = { version = " 0.1.0" , path = " ../../embassy-futures" }
18
18
embassy-usb-logger = { version = " 0.2.0" , path = " ../../embassy-usb-logger" }
19
- cyw43 = { version = " 0.2.0" , path = " ../../cyw43" , features = [" defmt" , " firmware-logs" , " bluetooth " ] }
19
+ cyw43 = { version = " 0.2.0" , path = " ../../cyw43" , features = [" defmt" , " firmware-logs" ] }
20
20
cyw43-pio = { version = " 0.2.0" , path = " ../../cyw43-pio" , features = [" defmt" ] }
21
21
22
22
defmt = " 0.3"
@@ -60,9 +60,6 @@ pio = "0.2.1"
60
60
rand = { version = " 0.8.5" , default-features = false }
61
61
embedded-sdmmc = " 0.7.0"
62
62
63
- bt-hci = { version = " 0.1.0" , default-features = false , features = [" defmt" ] }
64
- trouble-host = { version = " 0.1.0" , features = [" defmt" , " gatt" ] }
65
-
66
63
[profile .release ]
67
64
debug = 2
68
65
lto = true
@@ -74,7 +71,6 @@ lto = true
74
71
opt-level = " z"
75
72
76
73
[patch .crates-io ]
77
- trouble-host = { git = " https://github.com/embassy-rs/trouble.git" , rev = " 4b8c0f499b34e46ca23a56e2d1640ede371722cf" }
78
74
embassy-executor = { path = " ../../embassy-executor" }
79
75
embassy-sync = { path = " ../../embassy-sync" }
80
76
embassy-futures = { path = " ../../embassy-futures" }
0 commit comments