From: jacob.eva Date: Sat, 12 Oct 2024 20:58:58 +0000 (+0100) Subject: Limit T3S3 TX power for now X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=bf2ea2ebb427c5d455bc1c3d1aacbd3aad03caeb;p=lora-radio.git Limit T3S3 TX power for now --- diff --git a/Radio.cpp b/Radio.cpp index f512b75..05b485b 100644 --- a/Radio.cpp +++ b/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