Skip to content

Commit

Permalink
Merge pull request #405 from ExpressLRS/add-vario-rx-support
Browse files Browse the repository at this point in the history
Add 2.4 GHz PWM Vario RX support
  • Loading branch information
jurgelenas authored Oct 22, 2022
2 parents 44601b7 + ac864bc commit 32b833a
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion devices/diy-2400.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"category": "Experimental 2.4 GHz",
"category": "DIY 2.4 GHz",
"name": "Experimental 2.4GHz TX",
"targets": [
{
Expand Down Expand Up @@ -29,6 +29,32 @@
"deviceType": "ExpressLRS",
"aliases": []
},
{
"category": "DIY 2.4 GHz",
"name": "DIY 2400 RX PWM VARIO",
"targets": [
{
"flashingMethod": "UART",
"name": "DIY_2400_RX_PWM_VARIO_via_UART"
},
{
"flashingMethod": "WIFI",
"name": "DIY_2400_RX_PWM_VARIO_via_WIFI"
}
],
"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"
],
"wikiUrl": "",
"deviceType": "ExpressLRS",
"aliases": []
},
{
"category": "DIY 2.4 GHz",
"name": "DIY 2400 TX ESP32 SX1280 Mini",
Expand Down

0 comments on commit 32b833a

Please sign in to comment.