Skip to content

Commit

Permalink
adds-c3-GemX-TD-rx
Browse files Browse the repository at this point in the history
  • Loading branch information
JyeSmith committed Mar 31, 2024
1 parent 64439f5 commit 920137e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
33 changes: 33 additions & 0 deletions RX/Generic C3 LR1121 True Diversity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"serial_rx": 20,
"serial_tx": 21,

"radio_miso": 5,
"radio_mosi": 4,
"radio_sck": 6,

"radio_busy": 3,
"radio_dio1": 1,
"radio_nss": 0,
"radio_rst": 2,

"radio_busy_2": 8,
"radio_dio1_2": 18,
"radio_nss_2": 7,
"radio_rst_2": 10,

"power_min": 0,
"power_high": 3,
"power_max": 3,
"power_default": 0,
"power_control": 0,
"power_values": [12,16,19,22],
"power_values_dual": [-10,-6,-3,1],

"led_rgb": 19,
"led_rgb_isgrb": true,

"radio_dcdc": true,

"button": 9
}
9 changes: 9 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,15 @@
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_RX"
},
"c3-true_diversity": {
"product_name": "Gemini C3 XrossBand PA 2.4/900 RX",
"lua_name": "C3 GemX RX",
"layout_file": "Generic C3 LR1121 True Diversity.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.4.0",
"platform": "esp32-c3",
"firmware": "Unified_ESP32C3_LR1121_RX"
},
"c3-plain": {
"product_name": "Generic ESP32C3 2.4Ghz RX",
"lua_name": "C3 LR1121 RX",
Expand Down

0 comments on commit 920137e

Please sign in to comment.