Limit T3S3 TX power for now
This commit is contained in:
parent
733b506af9
commit
bf2ea2ebb4
@ -2427,7 +2427,7 @@ void sx128x::setTxPower(int level, int outputPin) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
tx_buf[0] = reg_value + 18;
|
tx_buf[0] = reg_value;
|
||||||
tx_buf[1] = 0xE0; // ramping time - 20 microseconds
|
tx_buf[1] = 0xE0; // ramping time - 20 microseconds
|
||||||
#else
|
#else
|
||||||
// For SX1280 boards with no specific PA requirements
|
// For SX1280 boards with no specific PA requirements
|
||||||
|
Loading…
Reference in New Issue
Block a user