diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml index 9d5e7aed..25d8c667 100644 --- a/embassy-lora/Cargo.toml +++ b/embassy-lora/Cargo.toml @@ -18,6 +18,7 @@ flavors = [ sx127x = [] stm32wl = ["embassy-stm32", "embassy-stm32/subghz"] time = [] +defmt = ["dep:defmt", "lorawan/defmt", "lorawan-device/defmt"] [dependencies]