Skip to content

Commit f379cfb

Browse files
authored
Add support for Jumper T12 running OpenTX (#231)
Add support for Jumper T12 running OpenTX
2 parents 2b6378a + ff0f032 commit f379cfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SCRIPTS/BF/radios.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ local supportedRadios =
3636
["x3"] = supportedPlatforms.x7,
3737
["x7"] = supportedPlatforms.x7,
3838
["x7s"] = supportedPlatforms.x7,
39+
["t12"] = supportedPlatforms.x7,
3940
["xlite"] = supportedPlatforms.x7,
4041
["xlites"] = supportedPlatforms.x7,
4142
["x9lite"] = supportedPlatforms.x7,

0 commit comments

Comments
 (0)