From 5ac24bb33b612cd7005395995855260209a6814d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 25 Mar 2023 14:23:30 +0100 Subject: [PATCH] Update SX128xInterface.cpp --- src/mesh/SX128xInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesh/SX128xInterface.cpp b/src/mesh/SX128xInterface.cpp index 85e41f29f..e271cb718 100644 --- a/src/mesh/SX128xInterface.cpp +++ b/src/mesh/SX128xInterface.cpp @@ -75,7 +75,6 @@ template bool SX128xInterface::init() LOG_INFO("Power output set to %d\n", power); #if defined(SX128X_TXEN) && (SX128X_TXEN != RADIOLIB_NC) && defined(SX128X_RXEN) && (SX128X_RXEN != RADIOLIB_NC) - // lora.begin sets Dio2 as RF switch control, which is not true if we are manually controlling RX and TX if (res == RADIOLIB_ERR_NONE) { lora.setRfSwitchPins(SX128X_RXEN, SX128X_TXEN); }