]> git.tnoah.ca Git - lora-radio.git/commitdiff
Limit T3S3 TX power for now
authorjacob.eva <x00010@disroot.org>
Sat, 12 Oct 2024 20:58:58 +0000 (21:58 +0100)
committerjacob.eva <x00010@disroot.org>
Sat, 12 Oct 2024 20:58:58 +0000 (21:58 +0100)
Radio.cpp

index f512b758232f15629fe259c1b1966818a64dc674..05b485bdebb0cf13091495517891a8b3e884d3d4 100644 (file)
--- 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