diff options
| author | Timo Kröger <[email protected]> | 2022-06-25 10:06:00 +0200 |
|---|---|---|
| committer | Timo Kröger <[email protected]> | 2022-08-26 15:44:58 +0200 |
| commit | 6ee29ff0bd4d8cbd2da547dfdf631332cda551d4 (patch) | |
| tree | 8d891e71fbf3fe847178e47364408706fc48f177 /embassy-lora | |
| parent | 8e8106ef555373f8b0f04fe1f67684efef435a94 (diff) | |
lora: Propagate "defmt" feature to lora crates
Diffstat (limited to 'embassy-lora')
| -rw-r--r-- | embassy-lora/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml index 9d5e7aed2..25d8c667c 100644 --- a/embassy-lora/Cargo.toml +++ b/embassy-lora/Cargo.toml | |||
| @@ -18,6 +18,7 @@ flavors = [ | |||
| 18 | sx127x = [] | 18 | sx127x = [] |
| 19 | stm32wl = ["embassy-stm32", "embassy-stm32/subghz"] | 19 | stm32wl = ["embassy-stm32", "embassy-stm32/subghz"] |
| 20 | time = [] | 20 | time = [] |
| 21 | defmt = ["dep:defmt", "lorawan/defmt", "lorawan-device/defmt"] | ||
| 21 | 22 | ||
| 22 | [dependencies] | 23 | [dependencies] |
| 23 | 24 | ||
