Skip to content

Commit bd0e25f

Browse files
authored
Fix Critical Error #3 for LilyGo T-Echo (meshtastic#6791)
* Fix Critical Error #3 * clang format
1 parent 9861e82 commit bd0e25f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

variants/t-echo/variant.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ External serial flash WP25R1635FZUIL0
139139
// Not really an E22 but TTGO seems to be trying to clone that
140140
#define SX126X_DIO2_AS_RF_SWITCH
141141
#define SX126X_DIO3_TCXO_VOLTAGE 1.8
142+
#define TCXO_OPTIONAL
142143
// Internally the TTGO module hooks the SX1262-DIO2 in to control the TX/RX switch (which is the default for the sx1262interface
143144
// code)
144145

@@ -214,7 +215,7 @@ External serial flash WP25R1635FZUIL0
214215
#define VBAT_AR_INTERNAL AR_INTERNAL_3_0
215216
#define ADC_MULTIPLIER (2.0F)
216217

217-
#define NO_EXT_GPIO 1
218+
// #define NO_EXT_GPIO 1
218219

219220
#define HAS_RTC 1
220221

0 commit comments

Comments
 (0)