Add RF switch settings for STM32WL variants (#7813)

* Add RF switch settings for STM32WL variants

* Shuffle ifdefs in STM32WLE5JCInterface to make it not get built by other targets
This commit is contained in:
Chloe Bethel
2025-09-04 06:12:47 +01:00
committed by GitHub
parent 18550ea80c
commit 2e8f4ad6af
8 changed files with 30 additions and 18 deletions

View File

@@ -18,5 +18,4 @@ Do not expect a working Meshtastic device with this target.
#define LED_PIN PB4 // LED1
// #define LED_PIN PB3 // LED2
#define LED_STATE_ON 1
#endif