Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BAYCKRC Single LR1121 ESP32C3 RX #97

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@
"min_version": "3.4.0",
"platform": "esp32",
"firmware": "Unified_ESP32_LR1121_RX"
},
"single": {
"product_name": "BAYCKRC C3 900/2400 Dual Band RX",
"lua_name": "BKRC C3 LR1121",
"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 Expand Up @@ -1146,7 +1155,7 @@
"firmware": "Unified_ESP32C3_LR1121_RX"
},
"c3-plain": {
"product_name": "Generic C3 LR1121 2.4Ghz RX",
"product_name": "Generic C3 LR1121 2.4/900 RX",
"lua_name": "C3 LR1121 RX",
"layout_file": "Generic C3 LR1121.json",
"upload_methods": ["uart", "wifi", "betaflight"],
Expand Down