diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-04-07 02:20:59 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-04-07 02:28:36 +0200 |
| commit | dee1d51ad3089b03c67aaa75c7985cf95ce90eec (patch) | |
| tree | 2eac1f8676ec45fccce5fd8381caf1e74a196303 /embassy-lora | |
| parent | da8258b7673a52a4639818f9c3f3b7ea241b4799 (diff) | |
stm32: remove subghz feature.
It's available only on WL. if you're using a WL, you want subghz for sure.
Diffstat (limited to 'embassy-lora')
| -rw-r--r-- | embassy-lora/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml index c9174ea82..784cc228d 100644 --- a/embassy-lora/Cargo.toml +++ b/embassy-lora/Cargo.toml | |||
| @@ -19,7 +19,7 @@ flavors = [ | |||
| 19 | [features] | 19 | [features] |
| 20 | sx126x = [] | 20 | sx126x = [] |
| 21 | sx127x = [] | 21 | sx127x = [] |
| 22 | stm32wl = ["embassy-stm32", "embassy-stm32/subghz"] | 22 | stm32wl = ["dep:embassy-stm32"] |
| 23 | time = [] | 23 | time = [] |
| 24 | defmt = ["dep:defmt", "lorawan/defmt", "lorawan-device/defmt"] | 24 | defmt = ["dep:defmt", "lorawan/defmt", "lorawan-device/defmt"] |
| 25 | 25 | ||
