Add XIAO ESP32S3 support (with Wio-SX1262 and Expansion Base support)

This commit is contained in:
jacob.eva 2025-03-19 18:16:41 +00:00
parent ffca977752
commit ea77f3b32e
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
5 changed files with 102 additions and 4 deletions

View file

@ -697,7 +697,7 @@ void sx126x::sleep()
void sx126x::enableTCXO() {
if (_tcxo) {
#if BOARD_MODEL == BOARD_RAK4631 || BOARD_MODEL == BOARD_OPENCOM_XL || BOARD_MODEL == BOARD_HELTEC32_V3
#if BOARD_MODEL == BOARD_RAK4631 || BOARD_MODEL == BOARD_OPENCOM_XL || BOARD_MODEL == BOARD_HELTEC32_V3 || BOARD_MODEL == BOARD_XIAO_ESP32S3
uint8_t buf[4] = {MODE_TCXO_3_3V_6X, 0x00, 0x00, 0xFF};
#elif BOARD_MODEL == BOARD_TBEAM
uint8_t buf[4] = {MODE_TCXO_1_8V_6X, 0x00, 0x00, 0xFF};