Skip to content

Commit 0c802b5

Browse files
authored
Add support for Xlite S/Pro and X9Lite for OpenTx 2.3 (#220)
Add support for Xlite S/Pro and X9Lite for OpenTx 2.3
2 parents ba2773a + a7e5046 commit 0c802b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/SCRIPTS/BF/radios.lua

+3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ local supportedPlatforms = {
2727

2828
local supportedRadios =
2929
{
30+
["x3"] = supportedPlatforms.x7,
3031
["x7"] = supportedPlatforms.x7,
3132
["x7s"] = supportedPlatforms.x7,
3233
["xlite"] = supportedPlatforms.x7,
34+
["xlites"] = supportedPlatforms.x7,
35+
["x9lite"] = supportedPlatforms.x7,
3336
["x9d"] = supportedPlatforms.x9,
3437
["x9d+"] = supportedPlatforms.x9,
3538
["x9e"] = supportedPlatforms.x9,

0 commit comments

Comments
 (0)