Skip to content

Commit

Permalink
Merge pull request #317 from ExpressLRS/add-radiomaster-tx16s-support
Browse files Browse the repository at this point in the history
Add TX16S internal module and Backpack support
  • Loading branch information
jurgelenas authored Apr 7, 2022
2 parents 1c23895 + 77d5cdd commit a53dc1e
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
9 changes: 8 additions & 1 deletion devices/diy-backpack.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
],
"wikiUrl": "",
"deviceType": "Backpack",
"aliases": []
"aliases": [
{
"category": "TX",
"name": "RadioMaster TX16S Backpack",
"wikiUrl": "",
"abbreviatedName": "RM TX16S Backpack"
}
]
}
]
33 changes: 33 additions & 0 deletions devices/radiomaster-2400.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[
{
"category": "RadioMaster 2.4 GHz",
"name": "RadioMaster TX16S 2400 TX",
"targets": [
{
"flashingMethod": "UART",
"name": "RadioMaster_TX16S_2400_TX_via_UART"
},
{
"flashingMethod": "EdgeTxPassthrough",
"name": "RadioMaster_TX16S_2400_TX_via_ETX"
},
{
"flashingMethod": "WIFI",
"name": "RadioMaster_TX16S_2400_TX_via_WIFI"
}
],
"userDefines": [
"REGULATORY_DOMAIN_ISM_2400",
"REGULATORY_DOMAIN_EU_CE_2400",
"BINDING_PHRASE",
"TLM_REPORT_INTERVAL_MS",
"NO_SYNC_ON_ARM",
"AUTO_WIFI_ON_INTERVAL",
"HOME_WIFI_SSID",
"HOME_WIFI_PASSWORD"
],
"wikiUrl": "https://www.expresslrs.org/{version}/quick-start/transmitters/tx-rm-internal/",
"deviceType": "ExpressLRS",
"aliases": []
}
]

0 comments on commit a53dc1e

Please sign in to comment.