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 RadioMaster RP4TD-M #107

Merged
merged 1 commit into from
Sep 29, 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
14 changes: 12 additions & 2 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2541,8 +2541,8 @@
"firmware": "Unified_ESP8285_2400_RX"
},
"rp4": {
"product_name": "RadioMaster RP4-TD True Diversity 2.4GHz RX",
"lua_name": "RM RP4-TD 2400",
"product_name": "RadioMaster RP4TD True Diversity 2.4GHz RX",
"lua_name": "RM RP4TD 2400",
"layout_file": "Generic 2400 True Diversity PA.json",
"overlay": {
"serial1_rx": 5,
Expand All @@ -2553,6 +2553,16 @@
"platform": "esp32",
"firmware": "Unified_ESP32_2400_RX",
"prior_target_name": "Unified_ESP32_2400_RX"
},
"rp4m": {
"product_name": "RadioMaster RP4TD-M True Diversity 2.4GHz RX",
"lua_name": "RM RP4TD-M 2400",
"layout_file": "Generic 2400 True Diversity PA.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"min_version": "3.0.0",
"platform": "esp32",
"firmware": "Unified_ESP32_2400_RX",
"prior_target_name": "Unified_ESP32_2400_RX"
}
},
"tx_dual": {
Expand Down