Skip to content
Open
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
36 changes: 36 additions & 0 deletions TX/HelloRadio V15.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"serial_rx": 3,
"serial_tx": 1,
"radio_busy": 36,
"radio_dio1": 27,
"radio_miso": 33,
"radio_mosi": 32,
"radio_nss": 14,
"radio_rst": 15,
"radio_sck": 25,
"radio_dcdc": true,
"radio_rfo_hf": true,
"power_apc2": 26,
"power_min": 0,
"power_high": 6,
"power_max": 6,
"power_default": 2,
"power_control": 3,
"power_values": [168, 145, 145, 145, 145, 145, 46],
"power_values2": [-17, -16, -14, -10, -6, -4, 0],
"power_values_dual": [-18, -14, -10, -8, -4, 0, 5],
"power_lna_gain": 14,
"led_rgb": 13,
"led_rgb_isgrb": true,
"ledidx_rgb_status": [0],
"ledidx_rgb_boot": [0],
"screen_type": 0,
"use_backpack": true,
"debug_backpack_baud": 460800,
"debug_backpack_rx": 5,
"debug_backpack_tx": 18,
"backpack_boot": 23,
"backpack_en": 19,
"passthrough_baud": 460800,
"misc_fan_en": 4
}
11 changes: 10 additions & 1 deletion targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2284,7 +2284,16 @@
"product_name": "HelloRadio IntV12 2.4/900 TX",
"lua_name": "HR V12 S-Band",
"layout_file": "HelloRadio V12.json",
"upload_methods": ["uart", "wifi"],
"upload_methods": ["etx", "wifi"],
"min_version": "3.6.0",
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_TX"
},
"v15": {
"product_name": "HelloRadio IntV15 2.4/900 TX",
"lua_name": "HR V15 X-Band",
"layout_file": "HelloRadio V15.json",
"upload_methods": ["etx", "wifi"],
"min_version": "3.6.0",
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_TX"
Expand Down
Loading