mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +03:00
Internal multi missing on server built tx16s firmware
This commit is contained in:
parent
19249febb5
commit
24615f7773
2 changed files with 13 additions and 1 deletions
|
@ -151,7 +151,7 @@ def main():
|
||||||
elif board_name == "tx16s":
|
elif board_name == "tx16s":
|
||||||
cmake_options["PCB"] = "X10"
|
cmake_options["PCB"] = "X10"
|
||||||
cmake_options["PCBREV"] = "TX16S"
|
cmake_options["PCBREV"] = "TX16S"
|
||||||
firmware_options = options_jumper_t16
|
firmware_options = options_radiomaster_tx16s
|
||||||
maxsize = 2 * 1024 * 1024
|
maxsize = 2 * 1024 * 1024
|
||||||
else:
|
else:
|
||||||
return INVALID_BOARD
|
return INVALID_BOARD
|
||||||
|
|
|
@ -222,4 +222,16 @@ options_jumper_t16 = {
|
||||||
"flexr9m": ("MODULE_PROTOCOL_FLEX", "YES", None),
|
"flexr9m": ("MODULE_PROTOCOL_FLEX", "YES", None),
|
||||||
"internalmulti": ("INTERNAL_MODULE_MULTI", "YES", "NO"),
|
"internalmulti": ("INTERNAL_MODULE_MULTI", "YES", "NO"),
|
||||||
"bluetooth": ("BLUETOOTH", "YES", "NO"),
|
"bluetooth": ("BLUETOOTH", "YES", "NO"),
|
||||||
|
}
|
||||||
|
|
||||||
|
options_radiomaster_tx16s = {
|
||||||
|
"noheli": ("HELI", "NO", "YES"),
|
||||||
|
"ppmus": ("PPM_UNIT", "US", "PERCENT_PREC1"),
|
||||||
|
"lua": ("LUA", "YES", "NO_MODEL_SCRIPTS"),
|
||||||
|
"nogvars": ("GVARS", "NO", "YES"),
|
||||||
|
"faimode": ("FAI", "YES", None),
|
||||||
|
"faichoice": ("FAI", "CHOICE", None),
|
||||||
|
"nooverridech": ("OVERRIDE_CHANNEL_FUNCTION", "NO", "YES"),
|
||||||
|
"flexr9m": ("MODULE_PROTOCOL_FLEX", "YES", None),
|
||||||
|
"bluetooth": ("BLUETOOTH", "YES", "NO"),
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue