Skip to content

Commit

Permalink
BAYCKRC C3 DB and 2.4G PWM Receivers
Browse files Browse the repository at this point in the history
  • Loading branch information
JyeSmith committed Oct 9, 2024
1 parent 572a90f commit aeab7ad
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,20 @@
"min_version": "3.3.1",
"platform": "esp32",
"firmware": "Unified_ESP32_2400_RX"
},
"pwmc3": {
"product_name": "BAYCKRC C3 2.4Ghz 6PWM 10mw RX",
"lua_name": "BK 2G4 6PWM RX",
"layout_file": "Generic C3 2400 PWM.json",
"overlay": {
"vbat_offset": 0,
"vbat_scale": 908,
"vbat_atten": 7
},
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.4.0",
"platform": "esp32-c3",
"firmware": "Unified_ESP32C3_2400_RX"
}
},
"rx_dual": {
Expand All @@ -123,6 +137,19 @@
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_RX"
},
"dualc3": {
"product_name": "BAYCKRC C3 900/2400 Dual Band 100mW Gemini RX",
"lua_name": "BK DB 100 GRX",
"layout_file": "Generic C3 LR1121 True Diversity.json",
"overlay": {
"power_values_dual": [-12,-9,-6,-2],
"radio_rfsw_ctrl": [31,0,4,8,8,18,0,17]
},
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.5.0",
"platform": "esp32-c3",
"firmware": "Unified_ESP32C3_LR1121_RX"
},
"single": {
"product_name": "BAYCKRC C3 900/2400 Dual Band Nano RX",
"lua_name": "B 9002G4 nano RX",
Expand Down

0 comments on commit aeab7ad

Please sign in to comment.