Skip to content

Commit 3f996ef

Browse files
committed
fix: Wio Tracker L1: add DIO2 as rfSwitch and correct TCXO voltage.
1 parent f74819f commit 3f996ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/wio-tracker-l1/variant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
#define P_LORA_NSS (4)
7171
#define SX126X_RXEN (5)
7272
#define SX126X_TXEN RADIOLIB_NC
73+
#define SX126X_DIO2_AS_RF_SWITCH true
74+
#define SX126X_DIO3_TCXO_VOLTAGE (1.8f)
7375

7476
// Wire Interfaces
7577
#define WIRE_INTERFACES_COUNT (2)

0 commit comments

Comments
 (0)