Skip to content

Commit

Permalink
Adjustments to the power levels as provided by RadioMaster
Browse files Browse the repository at this point in the history
  • Loading branch information
pkendall64 committed Dec 6, 2023
1 parent e89a095 commit b2c2570
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions TX/Radiomaster Bandit Micro.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"power_max": 6,
"power_default": 3,
"power_control": 3,
"power_values": [172,165,141,90],
"power_values2": [121,121,121,121],
"power_values": [168,148,128,90],
"power_values2": [114,118,121,124],
"use_backpack": true,
"debug_backpack_baud": 460800,
"debug_backpack_rx": 16,
Expand Down
4 changes: 2 additions & 2 deletions TX/Radiomaster Bandit.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"power_max": 6,
"power_default": 3,
"power_control": 3,
"power_values": [176,172,157,143],
"power_values2": [121,121,121,121],
"power_values": [165,155,142,110],
"power_values2": [114,118,121,122],
"power_apc2": 26,
"use_backpack": true,
"debug_backpack_baud": 460800,
Expand Down
3 changes: 3 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1825,6 +1825,9 @@
"product_name": "RadioMaster Bandit Nano 900MHz TX",
"lua_name": "RM Bandit Nano",
"layout_file": "Radiomaster Bandit Micro.json",
"overlay": {
"power_values": [168,148,128,90]
},
"logo_file": "radiomaster.bin",
"upload_methods": ["uart", "wifi"],
"min_version": "3.4.0",
Expand Down

0 comments on commit b2c2570

Please sign in to comment.