stm32: remove subghz feature.

It's available only on WL. if you're using a WL, you want subghz for sure.
This commit is contained in:
Dario Nieuwenhuis
2023-04-07 02:20:59 +02:00
parent da8258b767
commit dee1d51ad3
4 changed files with 4 additions and 6 deletions

View File

@ -19,7 +19,7 @@ flavors = [
[features]
sx126x = []
sx127x = []
stm32wl = ["embassy-stm32", "embassy-stm32/subghz"]
stm32wl = ["dep:embassy-stm32"]
time = []
defmt = ["dep:defmt", "lorawan/defmt", "lorawan-device/defmt"]