From 9619e21db9ac55918d92208d1a96a73be835e0f2 Mon Sep 17 00:00:00 2001 From: Mark Trevor Birss Date: Wed, 4 Dec 2024 09:21:54 +0200 Subject: [PATCH] Update main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index e3785fdc36..53a6622722 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -902,7 +902,7 @@ void setup() } else { LOG_INFO("LR1121 init success"); } - } + } } else if (settingsMap[use_sx1268]) { if (!rIf) { LOG_DEBUG("Activate sx1268 radio on SPI port %s", settingsStrings[spidev].c_str());