Skip to content

Commit

Permalink
Merge pull request #96 from ExpressLRS/GEPRC-900/2400-Gemini-Xrossban…
Browse files Browse the repository at this point in the history
…d-RX

Add GEPRC 900/2400 Gemini Xrossband RX
  • Loading branch information
pkendall64 authored Sep 13, 2024
2 parents 90afa8c + fd58d70 commit 897293f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class FieldType(Enum):
"radio_sck": FieldType.OUTPUT,
"radio_dcdc": FieldType.BOOL,
"radio_rfo_hf": FieldType.BOOL,
"radio_rfsw_ctrl": FieldType.ARRAY,
"ant_ctrl": FieldType.OUTPUT,
"ant_ctrl_compl": FieldType.OUTPUT,
"power_enable": FieldType.OUTPUT,
Expand Down
14 changes: 14 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,20 @@
"platform": "esp32",
"firmware": "Unified_ESP32_2400_RX"
}
},
"rx_dual": {
"dual": {
"product_name": "GEPRC 900/2400 Gemini Xrossband RX",
"lua_name": "GEPRC GemX RX",
"layout_file": "Generic LR1121 True Diversity.json",
"overlay": {
"radio_rfsw_ctrl": [15, 0, 8, 4, 4, 14, 0, 13]
},
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.5.0",
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_RX"
}
}
},
"sub250": {
Expand Down

0 comments on commit 897293f

Please sign in to comment.