From a76e7c79e6dedbc928a6050849f57d21533a8cbf Mon Sep 17 00:00:00 2001 From: Richard Lin Date: Wed, 13 Oct 2021 22:19:50 -0700 Subject: [PATCH] Fix for T-echo to not have Critical Error #3 on startup --- variants/t-echo/variant.h | 1 + 1 file changed, 1 insertion(+) diff --git a/variants/t-echo/variant.h b/variants/t-echo/variant.h index beb9e5506..df57ee913 100644 --- a/variants/t-echo/variant.h +++ b/variants/t-echo/variant.h @@ -180,6 +180,7 @@ External serial flash WP25R1635FZUIL0 * Lora radio */ +#define USE_SX1262 #define SX126X_CS (0 + 24) // FIXME - we really should define LORA_CS instead #define SX126X_DIO1 (0 + 20) // Note DIO2 is attached internally to the module to an analog switch for TX/RX switching