Limit T3S3 TX power for now

master
jacob.eva 5 months ago
parent 733b506af9
commit bf2ea2ebb4
No known key found for this signature in database
GPG Key ID: B92E083BBCCAA1E
  1. 2
      Radio.cpp

@ -2427,7 +2427,7 @@ void sx128x::setTxPower(int level, int outputPin) {
break;
}
tx_buf[0] = reg_value + 18;
tx_buf[0] = reg_value;
tx_buf[1] = 0xE0; // ramping time - 20 microseconds
#else
// For SX1280 boards with no specific PA requirements

Loading…
Cancel
Save