From 75196fc6effefbc812bd51db5220fe83072a42f8 Mon Sep 17 00:00:00 2001 From: Matthias Granberry Date: Sat, 7 Dec 2024 14:32:49 -0600 Subject: [PATCH] Configure Seeed Xiao S3 RX enable pin (#5517) --- platformio.ini | 4 ++-- variants/seeed_xiao_s3/variant.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index cc08b33a00..2a1ce8422e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -2,7 +2,7 @@ ; https://docs.platformio.org/page/projectconf.html [platformio] -default_envs = tbeam +;default_envs = tbeam ;default_envs = pico ;default_envs = tbeam-s3-core ;default_envs = tbeam0.7 @@ -26,7 +26,7 @@ default_envs = tbeam ;default_envs = meshtastic-diy-v1_1 ;default_envs = meshtastic-dr-dev ;default_envs = m5stack-coreink -;default_envs = rak4631 +default_envs = rak4631 ;default_envs = rak4631_eth_gw ;default_envs = rak2560 ;default_envs = rak_wismeshtap diff --git a/variants/seeed_xiao_s3/variant.h b/variants/seeed_xiao_s3/variant.h index f854ba38a3..8f9282a7a3 100644 --- a/variants/seeed_xiao_s3/variant.h +++ b/variants/seeed_xiao_s3/variant.h @@ -80,5 +80,7 @@ L76K GPS Module Information : https://www.seeedstudio.com/L76K-GNSS-Module-for-S // DIO2 controlls an antenna switch and the TCXO voltage is controlled by DIO3 #define SX126X_DIO2_AS_RF_SWITCH +#define SX126X_RXEN 38 +#define SX126X_TXEN RADIOLIB_NC #define SX126X_DIO3_TCXO_VOLTAGE 1.8 #endif