Skip to content

Commit 6d853d2

Browse files
authored
Merge pull request #96 from codecae/x7s_support
X7S support
2 parents acb0239 + 3965057 commit 6d853d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SCRIPTS/BF/radios.lua

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ local supportedPlatforms = {
2828
local supportedRadios =
2929
{
3030
["x7"] = supportedPlatforms.x7,
31+
["x7s"] = supportedPlatforms.x7,
3132
["x9d"] = supportedPlatforms.x9,
3233
["x9d+"] = supportedPlatforms.x9,
3334
["x9e"] = supportedPlatforms.x9,

0 commit comments

Comments
 (0)