diff --git a/host/Cargo.toml b/host/Cargo.toml index 90df908..991394e 100644 --- a/host/Cargo.toml +++ b/host/Cargo.toml @@ -41,7 +41,7 @@ rand = "0.8.5" [features] -defmt = [ "dep:defmt" ] +defmt = [ "dep:defmt", "embassy-time/defmt", "bt-hci/defmt" ] log = [ "dep:log" ] gatt = [] scan = []