Fix Critical Error #3 for LilyGo T-Echo (#6791)

* Fix Critical Error #3

* clang format
pull/7051/head^2
Taha 2025-06-16 05:32:28 +02:00 zatwierdzone przez GitHub
rodzic 9861e82f0a
commit bd0e25f3f5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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