Skip to content

Commit 456f4bf

Browse files
committed
Add support for x9d+2019 and x10 express OpenTX
1 parent ff0f032 commit 456f4bf

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
@@ -36,8 +36,10 @@ local supportedRadios =
3636
["x9lite"] = supportedPlatforms.x7,
3737
["x9d"] = supportedPlatforms.x9,
3838
["x9d+"] = supportedPlatforms.x9,
39+
["x9d+2019"] = supportedPlatforms.x9,
3940
["x9e"] = supportedPlatforms.x9,
4041
["x10"] = supportedPlatforms.horus,
42+
["x10express"] = supportedPlatforms.horus,
4143
["x12s"] = supportedPlatforms.horus,
4244
}
4345

0 commit comments

Comments
 (0)