Skip to content

Commit

Permalink
Merge pull request #420 from pkendall64/superd
Browse files Browse the repository at this point in the history
Fix SuperD as it has DCDC
  • Loading branch information
jurgelenas authored Nov 10, 2022
2 parents b93539a + e5ff4cf commit 0322679
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 8 deletions.
36 changes: 36 additions & 0 deletions devices/betafpv-2400.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,41 @@
"abbreviatedName": "EMAX 2400RX"
}
]
},
{
"category": "BETAFPV 2.4 GHz",
"name": "BETAFPV SuperD 2.4GHz RX",
"targets": [
{
"flashingMethod": "UART",
"name": "BETAFPV_SuperD_2400_RX_via_UART"
},
{
"flashingMethod": "WIFI",
"name": "BETAFPV_SuperD_2400_RX_via_WIFI"
},
{
"flashingMethod": "BetaflightPassthrough",
"name": "BETAFPV_SuperD_2400_RX_via_BetaflightPassthrough"
}
],
"userDefines": [
"REGULATORY_DOMAIN_ISM_2400",
"REGULATORY_DOMAIN_EU_CE_2400",
"BINDING_PHRASE",
"HYBRID_SWITCHES_8",
"ENABLE_TELEMETRY",
"LOCK_ON_FIRST_CONNECTION",
"USE_500HZ",
"AUTO_WIFI_ON_BOOT",
"AUTO_WIFI_ON_INTERVAL",
"HOME_WIFI_SSID",
"HOME_WIFI_PASSWORD",
"RCVR_UART_BAUD",
"RCVR_INVERT_TX"
],
"wikiUrl": "https://www.expresslrs.org/{version}/quick-start/receivers/diy2400/",
"deviceType": "ExpressLRS",
"aliases": []
}
]
9 changes: 1 addition & 8 deletions devices/happymodel-2400.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,7 @@
],
"wikiUrl": "https://www.expresslrs.org/{version}/quick-start/receivers/hmep2400/",
"deviceType": "ExpressLRS",
"aliases": [
{
"category": "BETAFPV 2.4 GHz",
"name": "BETAFPV SuperD 2.4GHz RX",
"wikiUrl": "",
"abbreviatedName": "BFPV SuperD 2G4"
}
]
"aliases": []
},
{
"category": "Happymodel 2.4 GHz",
Expand Down

0 comments on commit 0322679

Please sign in to comment.