Skip to content

Commit

Permalink
Merge pull request #55 from ExpressLRS/Adds-C3-single-LR1121-target
Browse files Browse the repository at this point in the history
Adds C3 LR1121 target
  • Loading branch information
JyeSmith authored Mar 31, 2024
2 parents a8fa6bb + 7a3a35d commit 94e6449
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
28 changes: 28 additions & 0 deletions RX/Generic C3 LR1121.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"serial_rx": 20,
"serial_tx": 21,

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

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

"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": 8,
"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 @@ -1069,6 +1069,15 @@
"min_version": "3.4.0",
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_RX"
},
"c3-plain": {
"product_name": "Generic C3 LR1121 2.4Ghz RX",
"lua_name": "C3 LR1121 RX",
"layout_file": "Generic C3 LR1121.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.4.0",
"platform": "esp32-c3",
"firmware": "Unified_ESP32C3_LR1121_RX"
}
}
},
Expand Down

0 comments on commit 94e6449

Please sign in to comment.