From: liamcottle Date: Thu, 2 Jan 2025 02:28:10 +0000 (+1300) Subject: remove unused rx switch X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=6a43bf51efc3412122363e147f98b7a54a820051;p=lora-radio.git remove unused rx switch --- diff --git a/Boards.h b/Boards.h index 2c71810..471321d 100644 --- a/Boards.h +++ b/Boards.h @@ -626,7 +626,6 @@ #define HAS_NP false #define HAS_SD false #define HAS_TCXO true - #define HAS_RF_SWITCH_RX_TX true #define HAS_BUSY true #define HAS_INPUT true #define DIO2_AS_RF_SWITCH true @@ -674,7 +673,6 @@ const int pin_btn_usr1 = 42; // pins for sx1262 on Heltec T114 - const int pin_rxen = -1; const int pin_reset = PIN_T114_RST; const int pin_cs = PIN_T114_SS; const int pin_sclk = PIN_T114_SCK;