Skip to content

Commit

Permalink
Merge pull request #101 from pkendall64/bayck-1121
Browse files Browse the repository at this point in the history
Add BAYCKC C3 LR1121 6PWM receiver
  • Loading branch information
pkendall64 authored Sep 19, 2024
2 parents 0096208 + e16481e commit 718bb87
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RX/Generic C3 LR1121.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"power_default": 0,
"power_control": 0,
"power_values": [12,16,19,22],
"power_values_dual": [-10,-6,-3,1],
"power_values_dual": [-12,-9,-6,-2],

"led_rgb": 8,
"led_rgb_isgrb": true,
Expand Down
15 changes: 12 additions & 3 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,20 @@
"firmware": "Unified_ESP32_LR1121_RX"
},
"single": {
"product_name": "BAYCKRC C3 900/2400 Dual Band RX",
"lua_name": "BKRC C3 LR1121",
"product_name": "BAYCKRC C3 900/2400 Dual Band Nano RX",
"lua_name": "B 9002G4 nano RX",
"layout_file": "Generic C3 LR1121.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.4.0",
"min_version": "3.5.0",
"platform": "esp32-c3",
"firmware": "Unified_ESP32C3_LR1121_RX"
},
"pwm": {
"product_name": "BAYCKRC C3 900/2400 Dual Band 100mw 6PWM RX",
"lua_name": "B 9002G4 6PWM RX",
"layout_file": "Generic C3 LR1121 PWM.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.5.0",
"platform": "esp32-c3",
"firmware": "Unified_ESP32C3_LR1121_RX"
}
Expand Down

0 comments on commit 718bb87

Please sign in to comment.