Skip to content

Commit

Permalink
Adding Happymodel EPW6 900MHz PWMP target (#2332)
Browse files Browse the repository at this point in the history
* HappyModel EPW6 900MHz PWMP target

* extra commas removed
  • Loading branch information
deadbytefpv committed Jul 27, 2023
1 parent a14b51f commit 93bef72
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/hardware/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,15 @@
"upload_methods": ["uart", "wifi", "betaflight"],
"platform": "esp32",
"firmware": "Unified_ESP32_900_RX"
},
"epw6": {
"product_name": "HappyModel EPW6 PWM RX",
"lua_name": "HM EPW6 900RX",
"layout_file": "Generic 900 PWMP.json",
"upload_methods": ["uart", "wifi", "betaflight"],
"platform": "esp8285",
"firmware": "Unified_ESP8285_900_RX",
"prior_target_name": "DIY_900_RX_PWMP"
}
},
"tx_2400": {
Expand Down

0 comments on commit 93bef72

Please sign in to comment.