We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2773a commit 67e9522Copy full SHA for 67e9522
src/SCRIPTS/BF/radios.lua
@@ -27,9 +27,11 @@ 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
["x9d"] = supportedPlatforms.x9,
36
["x9d+"] = supportedPlatforms.x9,
37
["x9e"] = supportedPlatforms.x9,
0 commit comments