From bf2ea2ebb427c5d455bc1c3d1aacbd3aad03caeb Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Sat, 12 Oct 2024 21:58:58 +0100 Subject: [PATCH] Limit T3S3 TX power for now --- Radio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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