From 0efa1b25c5bd078d88060a028e726ee880d87430 Mon Sep 17 00:00:00 2001 From: lewis he Date: Mon, 29 Aug 2022 20:26:17 +0800 Subject: [PATCH] Add t-echo sx1268 support (#1657) --- 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 52c034c24..353c47ae0 100644 --- a/variants/t-echo/variant.h +++ b/variants/t-echo/variant.h @@ -124,6 +124,7 @@ External serial flash WP25R1635FZUIL0 */ #define USE_SX1262 +#define USE_SX1268 #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