Add T3S3 target and different variants of the board

This commit is contained in:
jacob.eva 2024-07-09 09:40:30 +01:00
parent 236ea0b999
commit 35e9f36ffd
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
6 changed files with 35 additions and 15 deletions

View file

@ -735,7 +735,7 @@ void sx126x::enableTCXO() {
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};
#elif BOARD_MODEL == BOARD_RNODE_NG_22
#elif BOARD_MODEL == BOARD_T3S3
uint8_t buf[4] = {MODE_TCXO_1_8V_6X, 0x00, 0x00, 0xFF};
#else
uint8_t buf[4] = {0};