diff options
| -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 | ||
