mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-04 15:35:37 -04:00
Update T3S3 SX1280 PA model code, again
This commit is contained in:
parent
6cb176796f
commit
17ff4b0496
4 changed files with 5 additions and 5 deletions
|
@ -2347,7 +2347,7 @@ void sx128x::setTxPower(int level, int outputPin) {
|
|||
|
||||
executeOpcode(OP_TX_PARAMS_8X, tx_buf, 2);
|
||||
|
||||
#elif BOARD_VARIANT == MODEL_AB
|
||||
#elif BOARD_VARIANT == MODEL_AC
|
||||
// T3S3 SX1280 PA
|
||||
if (level > 20) {
|
||||
level = 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue