File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,16 @@ license = "MIT OR Apache-2.0"
88trouble-host = { path = " ../../host" , features = [" derive" , " scan" ] }
99bt-hci = { version = " 0.6" }
1010embassy-futures = " 0.1.1"
11- embassy-executor = { version = " 0.9" }
1211embassy-sync = { version = " 0.7" }
1312embassy-time = " 0.5"
14- embedded-hal = " 1.0"
13+ # embedded-hal = "1.0"
1514embedded-hal-async = " 1.0"
1615static_cell = " 2"
17- embedded-io = " 0.6"
16+ # embedded-io = "0.6"
1817heapless = " 0.9"
1918rand_core = { version = " 0.6" , default-features = false }
19+
20+ # Used by 'security' feature
2021embedded-storage-async = { version = " 0.4.1" , optional = true }
2122sequential-storage = { version = " 5.0.0" , optional = true }
2223
@@ -29,8 +30,8 @@ defmt = [
2930 " dep:defmt" ,
3031 " trouble-host/defmt" ,
3132 " bt-hci/defmt" ,
32- " embedded-io/defmt-03" ,
33- " embedded-hal/defmt-03"
33+ # "embedded-io/defmt-03",
34+ # "embedded-hal/defmt-03"
3435]
3536log = [
3637 " dep:log" ,
You can’t perform that action at this time.
0 commit comments