From d7594dfa036ff68b10369ee17cf7668fe1b1d992 Mon Sep 17 00:00:00 2001 From: Nickie Deuxyeux Date: Sat, 11 Apr 2026 19:54:46 +0300 Subject: [PATCH] Increase OCP limit --- Boards.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Boards.h b/Boards.h index 34a1f78..8f7c6b8 100644 --- a/Boards.h +++ b/Boards.h @@ -370,8 +370,8 @@ #define HAS_INPUT true #define HAS_TCXO true #define MODEM SX1262 - #define DIO2_AS_RF_SWITCH true - #define HAS_RF_SWITCH_RX_TX false + #define DIO2_AS_RF_SWITCH false + #define HAS_RF_SWITCH_RX_TX true const int pin_cs = 5; const int pin_sclk = 18; const int pin_miso = 19; @@ -379,8 +379,8 @@ const int pin_busy = 32; const int pin_reset = 25; const int pin_dio = 33; - const int pin_txen = 16; - const int pin_rxen = 17; + const int pin_rxen = 16; + const int pin_txen = 17; const int pin_tcxo_enable = -1; const int pin_btn_usr1 = 39;