Reduce tx_power from 30 to 18

I misunderstood how this was used. 18 is the optimal value to pass to the radio.
This commit is contained in:
wehooper4
2026-01-08 23:39:19 -05:00
committed by GitHub
parent 22c1b4d647
commit eba3aa853f
+1 -1
View File
@@ -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,