Skip to content

Commit

Permalink
Add ER series Radiomaster receivers
Browse files Browse the repository at this point in the history
  • Loading branch information
pkendall64 committed Nov 3, 2023
1 parent dd01c37 commit d897f3e
Showing 1 changed file with 40 additions and 0 deletions.
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

0 comments on commit d897f3e

Please sign in to comment.