Skip to content

Commit 0b2c3cf

Browse files
authored
Add support for x9d+2019 and x10 express OpenTX (#240)
Add support for x9d+2019 and x10 express OpenTX
2 parents 00c4560 + 456f4bf commit 0b2c3cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SCRIPTS/BF/radios.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ local supportedRadios =
4242
["x9lite"] = supportedPlatforms.x7,
4343
["x9d"] = supportedPlatforms.x9,
4444
["x9d+"] = supportedPlatforms.x9,
45+
["x9d+2019"] = supportedPlatforms.x9,
4546
["x9e"] = supportedPlatforms.x9,
4647
["x10"] = supportedPlatforms.horus,
48+
["x10express"] = supportedPlatforms.horus,
4749
["x12s"] = supportedPlatforms.horus,
4850
["NV14"] = supportedPlatforms.nv14,
4951
}

0 commit comments

Comments
 (0)