Browse Source
Merge pull request #527 from oltaco/wio-tracker-l1-radiofix
fix: Wio Tracker L1: add DIO2 as rfSwitch and correct TCXO voltage.
pull/538/head
ripplebiz
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
variants/wio-tracker-l1/variant.h
|
|
|
@ -70,6 +70,8 @@ |
|
|
|
#define P_LORA_NSS (4) |
|
|
|
#define SX126X_RXEN (5) |
|
|
|
#define SX126X_TXEN RADIOLIB_NC |
|
|
|
#define SX126X_DIO2_AS_RF_SWITCH true |
|
|
|
#define SX126X_DIO3_TCXO_VOLTAGE (1.8f) |
|
|
|
|
|
|
|
// Wire Interfaces
|
|
|
|
#define WIRE_INTERFACES_COUNT (2) |
|
|
|
|