Skip to content

Commit

Permalink
Add updated jumper T20 internal modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pkendall64 committed Jan 3, 2024
1 parent da60540 commit a59c0c0
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
8 changes: 7 additions & 1 deletion TX/Jumper T-20 2400.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@
"power_max": 6,
"power_default": 2,
"power_control": 0,
"power_values": [-16,-13,-9,-5,-3,3]
"power_values": [-16,-13,-9,-5,-3,3],
"use_backpack": false,
"debug_backpack_baud": 460800,
"debug_backpack_rx": 13,
"debug_backpack_tx": 12,
"backpack_boot": 2,
"backpack_en": 15
}
26 changes: 26 additions & 0 deletions TX/Jumper T-20 900 V2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"serial_rx": 3,
"serial_tx": 1,
"radio_dio0": 26,
"radio_dio1": 25,
"radio_miso": 19,
"radio_mosi": 23,
"radio_nss": 5,
"radio_rst": 14,
"radio_sck": 18,
"power_rxen": 27,
"power_txen": 33,
"power_min": 4,
"power_high": 6,
"power_max": 6,
"power_default": 4,
"power_control": 0,
"power_values": [112, 115, 127],
"use_backpack": true,
"debug_backpack_baud": 460800,
"debug_backpack_rx": 13,
"debug_backpack_tx": 12,
"backpack_boot": 2,
"backpack_en": 15,
"misc_fan_en": 4
}
23 changes: 23 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,20 @@
"firmware": "Unified_ESP32_2400_TX",
"prior_target_name": "Jumper_AION_2400_T-Pro_TX"
},
"t-20-v2": {
"product_name": "Jumper AION T-20 2.4GHz V2 TX",
"lua_name": "T-20 2G4 TX",
"layout_file": "Jumper T-20 2400.json",
"overlay": {
"use_backpack": true,
"misc_fan_en": 33
},
"upload_methods": ["uart", "wifi", "etx"],
"min_version": "3.3.0",
"platform": "esp32",
"firmware": "Unified_ESP32_2400_TX",
"prior_target_name": "Jumper_AION_2400_T-Pro_TX"
},
"t-20-gemini": {
"product_name": "Jumper Gemini T-20 2.4GHz TX",
"lua_name": "T20 Gemini2G4TX",
Expand Down Expand Up @@ -1566,6 +1580,15 @@
"firmware": "Unified_ESP32_900_TX",
"prior_target_name": "Jumper_AION_2400_T-Pro_TX"
},
"t-20-v2": {
"product_name": "Jumper AION T-20 900M V2 TX",
"lua_name": "T-20 900 V2 TX",
"layout_file": "Jumper T-20 900 V2.json",
"upload_methods": ["uart", "wifi", "etx"],
"min_version": "3.3.0",
"platform": "esp32",
"firmware": "Unified_ESP32_900_TX"
},
"t-pro": {
"product_name": "Jumper T-Pro 900M TX",
"lua_name": "T-Pro 900 TX",
Expand Down

0 comments on commit a59c0c0

Please sign in to comment.