From 84ee7c4f433692fceefaab4fb8c0dab003223f53 Mon Sep 17 00:00:00 2001 From: Taha Zouhair Date: Sun, 11 May 2025 18:08:52 +0200 Subject: [PATCH 1/2] Fix Critical Error #3 --- variants/t-echo/variant.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/variants/t-echo/variant.h b/variants/t-echo/variant.h index 38b7f4743..55ee998f3 100644 --- a/variants/t-echo/variant.h +++ b/variants/t-echo/variant.h @@ -139,6 +139,7 @@ External serial flash WP25R1635FZUIL0 // Not really an E22 but TTGO seems to be trying to clone that #define SX126X_DIO2_AS_RF_SWITCH #define SX126X_DIO3_TCXO_VOLTAGE 1.8 +#define TCXO_OPTIONAL // Internally the TTGO module hooks the SX1262-DIO2 in to control the TX/RX switch (which is the default for the sx1262interface // code) @@ -214,7 +215,7 @@ External serial flash WP25R1635FZUIL0 #define VBAT_AR_INTERNAL AR_INTERNAL_3_0 #define ADC_MULTIPLIER (2.0F) -#define NO_EXT_GPIO 1 +//#define NO_EXT_GPIO 1 #define HAS_RTC 1 From 00b2f43567b1a24335dbedeed5102f56c0b06685 Mon Sep 17 00:00:00 2001 From: Taha Zouhair Date: Sun, 11 May 2025 20:44:42 +0200 Subject: [PATCH 2/2] clang format --- variants/t-echo/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/t-echo/variant.h b/variants/t-echo/variant.h index 55ee998f3..3f96ffc83 100644 --- a/variants/t-echo/variant.h +++ b/variants/t-echo/variant.h @@ -215,7 +215,7 @@ External serial flash WP25R1635FZUIL0 #define VBAT_AR_INTERNAL AR_INTERNAL_3_0 #define ADC_MULTIPLIER (2.0F) -//#define NO_EXT_GPIO 1 +// #define NO_EXT_GPIO 1 #define HAS_RTC 1