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 ER series Radiomaster receivers #15

Merged
merged 1 commit into from
Nov 23, 2023
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
40 changes: 40 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1874,6 +1874,20 @@
}
},
"rx_2400": {
"er3": {
"product_name": "RadioMaster ER3C-i 2.4GHz PWM RX",
"lua_name": "RM ER3C-i",
"layout_file": "Generic 2400 PWMP5.json",
"overlay": {
"pwm_outputs": [0,1,3],
"vbat_offset": -2,
"vbat_scale": 292
},
"upload_methods": ["uart", "wifi"],
"min_version": "3.1.0",
"platform": "esp8285",
"firmware": "Unified_ESP8285_2400_RX"
},
"er4": {
"product_name": "RadioMaster ER4 2.4GHz PWM RX",
"lua_name": "RM ER4",
Expand All @@ -1900,6 +1914,32 @@
"firmware": "Unified_ESP8285_2400_RX",
"prior_target_name": "DIY_2400_RX_PWMP"
},
"er5c-i": {
"product_name": "RadioMaster ER5C-i 2.4GHz PWM RX",
"lua_name": "RM ER5C-i",
"layout_file": "Generic 2400 PWMP5.json",
"overlay": {
"vbat_offset": -2,
"vbat_scale": 292
},
"upload_methods": ["uart", "wifi"],
"min_version": "3.1.0",
"platform": "esp8285",
"firmware": "Unified_ESP8285_2400_RX"
},
"er5-v2": {
"product_name": "RadioMaster ER5A/C V2 2.4GHz PWM RX",
"lua_name": "RM ER5A/C V2",
"layout_file": "Generic 2400 PWMP5.json",
"overlay": {
"vbat_offset": -2,
"vbat_scale": 292
},
"upload_methods": ["uart", "wifi"],
"min_version": "3.1.0",
"platform": "esp8285",
"firmware": "Unified_ESP8285_2400_RX"
},
"er6": {
"product_name": "RadioMaster ER6 2.4GHz Diversity+6xPWM RX",
"lua_name": "RM ER6",
Expand Down