Skip to content

Commit

Permalink
Add support for Xlite S/Pro and X9Lite for OpenTx 2.3 (#220)
Browse files Browse the repository at this point in the history
Add support for Xlite S/Pro and X9Lite for OpenTx 2.3
  • Loading branch information
mikeller authored May 13, 2019
2 parents ba2773a + a7e5046 commit 0c802b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SCRIPTS/BF/radios.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ local supportedPlatforms = {

local supportedRadios =
{
["x3"] = supportedPlatforms.x7,
["x7"] = supportedPlatforms.x7,
["x7s"] = supportedPlatforms.x7,
["xlite"] = supportedPlatforms.x7,
["xlites"] = supportedPlatforms.x7,
["x9lite"] = supportedPlatforms.x7,
["x9d"] = supportedPlatforms.x9,
["x9d+"] = supportedPlatforms.x9,
["x9e"] = supportedPlatforms.x9,
Expand Down

0 comments on commit 0c802b5

Please sign in to comment.