Skip to content

Commit 67e9522

Browse files
committed
Add support for Xlite S/Pro and X9Lite
1 parent ba2773a commit 67e9522

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SCRIPTS/BF/radios.lua

+2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ 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,
3335
["x9d"] = supportedPlatforms.x9,
3436
["x9d+"] = supportedPlatforms.x9,
3537
["x9e"] = supportedPlatforms.x9,

0 commit comments

Comments
 (0)