Merge pull request #3185 from oltaco/fix-techo-card-txco-voltage

Set T-Echo Card TCXO voltage to 3.0
This commit is contained in:
ripplebiz
2026-08-12 18:13:44 +10:00
committed by GitHub
+1 -1
View File
@@ -107,7 +107,7 @@
#define P_LORA_NSS (11) // P0.11 #define P_LORA_NSS (11) // P0.11
#define SX126X_RXEN (33) // P1.01 #define SX126X_RXEN (33) // P1.01
#define SX126X_TXEN (27) // P0.27 #define SX126X_TXEN (27) // P0.27
#define SX126X_DIO3_TCXO_VOLTAGE (1.8f) #define SX126X_DIO3_TCXO_VOLTAGE (3.0f)
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////