Skip to content

Commit a3e1930

Browse files
authored
Merge pull request #2511 from entr0p1/techo-lite-rf-fix
Corrected T-Echo Lite SX1262 RXEN and TXEN pins, TCXO voltage.
2 parents 56d4671 + 77bd994 commit a3e1930

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

variants/lilygo_techo_lite/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ build_flags = ${nrf52_base.build_flags}
1212
-D WRAPPER_CLASS=CustomSX1262Wrapper
1313
-D LORA_TX_POWER=22
1414
-D SX126X_POWER_EN=30
15+
-D SX126X_DIO3_TCXO_VOLTAGE=1.8
1516
-D SX126X_CURRENT_LIMIT=140
1617
-D SX126X_RX_BOOSTED_GAIN=1
1718
-D P_LORA_TX_LED=LED_GREEN
@@ -115,6 +116,7 @@ build_flags =
115116
-D WRAPPER_CLASS=CustomSX1262Wrapper
116117
-D LORA_TX_POWER=22
117118
-D SX126X_POWER_EN=30
119+
-D SX126X_DIO3_TCXO_VOLTAGE=1.8
118120
-D SX126X_CURRENT_LIMIT=140
119121
-D SX126X_RX_BOOSTED_GAIN=1
120122
-D P_LORA_TX_LED=LED_GREEN

variants/lilygo_techo_lite/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
#define SX126X_DIO1 _PINNUM(1, 8)
108108
#define SX126X_BUSY _PINNUM(0, 14)
109109
#define SX126X_RESET _PINNUM(0, 7)
110-
#define SX126X_RF_VC1 _PINNUM(0, 27)
111-
#define SX126X_RF_VC2 _PINNUM(0, 33)
110+
#define SX126X_RXEN _PINNUM(1, 1)
111+
#define SX126X_TXEN _PINNUM(0, 27)
112112

113113
#define P_LORA_DIO_1 SX126X_DIO1
114114
#define P_LORA_NSS LORA_CS

0 commit comments

Comments
 (0)