Skip to content

Commit 956094b

Browse files
authored
Merge pull request meshcore-dev#3185 from oltaco/fix-techo-card-txco-voltage
Set T-Echo Card TCXO voltage to 3.0
2 parents a4ab7f0 + 9d6dcc6 commit 956094b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/lilygo_techo_card/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
#define P_LORA_NSS (11) // P0.11
108108
#define SX126X_RXEN (33) // P1.01
109109
#define SX126X_TXEN (27) // P0.27
110-
#define SX126X_DIO3_TCXO_VOLTAGE (1.8f)
110+
#define SX126X_DIO3_TCXO_VOLTAGE (3.0f)
111111

112112

113113
////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)