Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions TX/Radiomaster AX12.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"serial_rx": 13,
"serial_tx": 4,

"radio_miso": 33,
"radio_mosi": 32,
"radio_sck": 25,

"radio_busy": 36,
"radio_dio1": 37,
"radio_nss": 27,
"radio_rst": 15,

"radio_dcdc": true,
"radio_rfo_hf": true,

"power_apc2": 26,
"power_min": 0,
"power_high": 4,
"power_max": 4,
"power_default": 3,
"power_control": 0,
"power_values": [-18, -15, -12, -9, -5],
"power_values_dual": [-18, -15, -13, -9, -5],
"radio_rfsw_ctrl": [15, 0, 4, 12, 12, 2, 0, 1],
"power_lna_gain": 14,

"led_rgb": 22,
"led_rgb_isgrb": true,
"ledidx_rgb_status": [0],
"ledidx_rgb_boot": [0],

"use_backpack": true,
"debug_backpack_baud": 460800,
"debug_backpack_rx": 18,
"debug_backpack_tx": 5,
"backpack_boot": 23,
"backpack_en": 19,
"passthrough_baud": 460800
}
11 changes: 10 additions & 1 deletion targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@
"firmware": "Unified_ESP32_2400_RX"
}
}
},
},
"flysky": {
"name": "FlySky",
"tx_2400": {
Expand Down Expand Up @@ -3538,6 +3538,15 @@
}
},
"tx_dual": {
"ax12": {
"product_name": "RadioMaster AX12 2.4/900 TX",
"lua_name": "RM AX12 X-Band",
"layout_file": "Radiomaster AX12.json",
"upload_methods": ["uart", "wifi"],
"min_version": "3.4.0",
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_TX"
},
"nomad": {
"product_name": "RadioMaster Nomad 2.4/900 TX",
"lua_name": "RM Nomad X-Band",
Expand Down
Loading