File tree Expand file tree Collapse file tree
variants/lilygo_techo_lite Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments