Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jurgelenas/expresslrs-configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgelenas committed Jan 24, 2022
2 parents d55a907 + e1eb85d commit cad4147
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions devices/vantac-2400.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[
{
"category": "Vantac 2.4 GHz",
"name": "Vantac Lite 2400 TX",
"targets": [
{
"flashingMethod": "UART",
"name": "Vantac_Lite_2400_TX_via_UART"
},
{
"flashingMethod": "WIFI",
"name": "Vantac_Lite_2400_TX_via_WIFI"
}
],
"userDefines": [
"REGULATORY_DOMAIN_ISM_2400",
"REGULATORY_DOMAIN_EU_CE_2400",
"BINDING_PHRASE",
"TLM_REPORT_INTERVAL_MS",
"NO_SYNC_ON_ARM",
"FEATURE_OPENTX_SYNC",
"UART_INVERTED",
"AUTO_WIFI_ON_INTERVAL",
"HOME_WIFI_SSID",
"HOME_WIFI_PASSWORD",
"BLE_HID_JOYSTICK",
"USE_DYNAMIC_POWER"
],
"wikiUrl": "",
"deviceType": "ExpressLRS",
"aliases": []
},
{
"category": "Vantac 2.4 GHz",
"name": "Vantac 2400 RX",
"targets": [
{
"flashingMethod": "UART",
"name": "Vantac_2400_RX_via_UART"
},
{
"flashingMethod": "WIFI",
"name": "Vantac_2400_RX_via_WIFI"
},
{
"flashingMethod": "BetaflightPassthrough",
"name": "Vantac_2400_RX_via_BetaflightPassthrough"
}
],
"userDefines": [
"REGULATORY_DOMAIN_ISM_2400",
"REGULATORY_DOMAIN_EU_CE_2400",
"BINDING_PHRASE",
"LOCK_ON_FIRST_CONNECTION",
"AUTO_WIFI_ON_INTERVAL",
"HOME_WIFI_SSID",
"HOME_WIFI_PASSWORD",
"RCVR_UART_BAUD",
"RCVR_INVERT_TX"
],
"wikiUrl": "",
"deviceType": "ExpressLRS",
"aliases": []
}
]

0 comments on commit cad4147

Please sign in to comment.