Skip to content

Commit

Permalink
Merge pull request #106 from pkendall64/fix-default-power
Browse files Browse the repository at this point in the history
Fix the default power level for the Generic LR1121 TD target
  • Loading branch information
JyeSmith authored Sep 29, 2024
2 parents e23551f + e58de29 commit 127b9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RX/Generic LR1121 True Diversity.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"power_min": 0,
"power_high": 3,
"power_max": 3,
"power_default": 0,
"power_default": 3,
"power_control": 0,
"power_values": [12,16,19,22],
"power_values_dual": [-10,-6,-3,1],
Expand Down

0 comments on commit 127b9cf

Please sign in to comment.