From 264abe62bd9ac4fa72b48feced472111d5ebb5e0 Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Sat, 12 Oct 2024 20:38:56 +0100 Subject: [PATCH] Correct T3S3 SPI configuration --- Boards.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Boards.h b/Boards.h index 3596f77..707306f 100644 --- a/Boards.h +++ b/Boards.h @@ -705,7 +705,7 @@ const bool interface_cfg[INTERFACE_COUNT][3] = { // SX1262 { - false, // DEFAULT_SPI + true, // DEFAULT_SPI true, // HAS_TCXO true // DIO2_AS_RF_SWITCH }, @@ -715,7 +715,7 @@ const bool interface_cfg[INTERFACE_COUNT][3] = { // SX1280 { - false, // DEFAULT_SPI + true, // DEFAULT_SPI false, // HAS_TCXO false // DIO2_AS_RF_SWITCH },