From 7dad2286e25b01ed01325ce53eb8dece5932fa54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 3 Sep 2024 09:58:27 +0200 Subject: [PATCH] trunk fmt --- src/mesh/LR11x0Interface.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/mesh/LR11x0Interface.cpp b/src/mesh/LR11x0Interface.cpp index ecd222c48..0201282db 100644 --- a/src/mesh/LR11x0Interface.cpp +++ b/src/mesh/LR11x0Interface.cpp @@ -100,13 +100,6 @@ template bool LR11x0Interface::init() // FIXME: May want to set depending on a definition, currently all LR1110 variant files use the DC-DC regulator option if (res == RADIOLIB_ERR_NONE) res = lora.setRegulatorDCDC(); -// #ifdef TRACKER_T1000_E -// #ifdef LR11X0_DIO_RF_SWITCH_CONFIG -// res = lora.setDioAsRfSwitch(LR11X0_DIO_RF_SWITCH_CONFIG); -// #else -// res = lora.setDioAsRfSwitch(0x03, 0x0, 0x01, 0x03, 0x02, 0x0, 0x0, 0x0); -// #endif -// #endif if (res == RADIOLIB_ERR_NONE) { if (config.lora.sx126x_rx_boosted_gain) { // the name is unfortunate but historically accurate res = lora.setRxBoostedGainMode(true);