T-Echo Lite LoRa radio fixes

- Set TCXO voltage to 1.8 (not defined previously, falls back to default)
- Set correct variable name for SX1262 RX/TX pins
- Fix SX1262 RX pin number
This commit is contained in:
entr0p1
2026-05-09 14:26:55 +10:00
parent 56d4671c2c
commit 77bd994a61
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -107,8 +107,8 @@
#define SX126X_DIO1 _PINNUM(1, 8)
#define SX126X_BUSY _PINNUM(0, 14)
#define SX126X_RESET _PINNUM(0, 7)
#define SX126X_RF_VC1 _PINNUM(0, 27)
#define SX126X_RF_VC2 _PINNUM(0, 33)
#define SX126X_RXEN _PINNUM(1, 1)
#define SX126X_TXEN _PINNUM(0, 27)
#define P_LORA_DIO_1 SX126X_DIO1
#define P_LORA_NSS LORA_CS