From e6983eaf0773551470a3edd16d1e681ba12297d5 Mon Sep 17 00:00:00 2001 From: Nickie Deuxyeux Date: Sun, 26 Apr 2026 18:17:08 +0300 Subject: [PATCH] Added model for 33dBm E22 boards --- Boards.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Boards.h b/Boards.h index c35d84e..692644f 100644 --- a/Boards.h +++ b/Boards.h @@ -121,6 +121,7 @@ #define BOARD_HUZZAH32 0x34 #define BOARD_GENERIC_ESP32 0x35 #define BOARD_GENERIC_NRF52 0x50 + #define MODEL_FD 0xFD // Homebrew board with E22-xxxM33S, max 33dBm output power (clamped max txpower to 8) #define MODEL_FE 0xFE // Homebrew board, max 17dBm output power #define MODEL_FF 0xFF // Homebrew board, max 14dBm output power @@ -416,8 +417,8 @@ #define HAS_INPUT true #define HAS_TCXO true #define MODEM SX1262 - #define DIO2_AS_RF_SWITCH false - #define HAS_RF_SWITCH_RX_TX true + #define DIO2_AS_RF_SWITCH true + #define HAS_RF_SWITCH_RX_TX false const int pin_cs = 5; const int pin_sclk = 18; const int pin_miso = 19;