aboutsummaryrefslogtreecommitdiff
path: root/embassy-lora
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-04-07 02:20:59 +0200
committerDario Nieuwenhuis <[email protected]>2023-04-07 02:28:36 +0200
commitdee1d51ad3089b03c67aaa75c7985cf95ce90eec (patch)
tree2eac1f8676ec45fccce5fd8381caf1e74a196303 /embassy-lora
parentda8258b7673a52a4639818f9c3f3b7ea241b4799 (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.toml2
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]
20sx126x = [] 20sx126x = []
21sx127x = [] 21sx127x = []
22stm32wl = ["embassy-stm32", "embassy-stm32/subghz"] 22stm32wl = ["dep:embassy-stm32"]
23time = [] 23time = []
24defmt = ["dep:defmt", "lorawan/defmt", "lorawan-device/defmt"] 24defmt = ["dep:defmt", "lorawan/defmt", "lorawan-device/defmt"]
25 25