Limit T3S3 TX power for now

This commit is contained in:
jacob.eva
2024-10-12 21:58:58 +01:00
parent 733b506af9
commit bf2ea2ebb4

View File

@@ -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