We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba2773a + a7e5046 commit 0c802b5Copy full SHA for 0c802b5
src/SCRIPTS/BF/radios.lua
@@ -27,9 +27,12 @@ local supportedPlatforms = {
27
28
local supportedRadios =
29
{
30
+ ["x3"] = supportedPlatforms.x7,
31
["x7"] = supportedPlatforms.x7,
32
["x7s"] = supportedPlatforms.x7,
33
["xlite"] = supportedPlatforms.x7,
34
+ ["xlites"] = supportedPlatforms.x7,
35
+ ["x9lite"] = supportedPlatforms.x7,
36
["x9d"] = supportedPlatforms.x9,
37
["x9d+"] = supportedPlatforms.x9,
38
["x9e"] = supportedPlatforms.x9,
0 commit comments