From eba3aa853f1d962db5a7bdd059a805c11cc2b335 Mon Sep 17 00:00:00 2001 From: wehooper4 Date: Thu, 8 Jan 2026 23:39:19 -0500 Subject: [PATCH] Reduce tx_power from 30 to 18 I misunderstood how this was used. 18 is the optimal value to pass to the radio. --- radio-settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio-settings.json b/radio-settings.json index c08a31f..4d1b469 100644 --- a/radio-settings.json +++ b/radio-settings.json @@ -106,7 +106,7 @@ "rxen_pin": -1, "txled_pin": -1, "rxled_pin": -1, - "tx_power": 30, + "tx_power": 18, "use_dio3_tcxo": true, "use_dio2_rf": true, "preamble_length": 17,