Skip to content

Commit

Permalink
Configure Seeed Xiao S3 RX enable pin (meshtastic#5517)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgranberry authored and ripclap committed Dec 8, 2024
1 parent 4a34bf6 commit 75196fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions variants/seeed_xiao_s3/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 75196fc

Please sign in to comment.