mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Fix t12 internal module compile
This commit is contained in:
parent
58da3f7a30
commit
fc50c07f49
2 changed files with 13 additions and 2 deletions
|
@ -137,7 +137,7 @@ def main():
|
||||||
elif board_name == "t12":
|
elif board_name == "t12":
|
||||||
cmake_options["PCB"] = "X7"
|
cmake_options["PCB"] = "X7"
|
||||||
cmake_options["PCBREV"] = "T12"
|
cmake_options["PCBREV"] = "T12"
|
||||||
firmware_options = options_taranis_x9dp
|
firmware_options = options_jumper_t12
|
||||||
maxsize = 65536 * 8
|
maxsize = 65536 * 8
|
||||||
elif board_name == "t16":
|
elif board_name == "t16":
|
||||||
cmake_options["PCB"] = "X10"
|
cmake_options["PCB"] = "X10"
|
||||||
|
|
|
@ -199,6 +199,18 @@ options_horus_x10express = {
|
||||||
"flexr9m": ("MODULE_PROTOCOL_FLEX", "YES", None)
|
"flexr9m": ("MODULE_PROTOCOL_FLEX", "YES", None)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
options_jumper_t12 = {
|
||||||
|
"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),
|
||||||
|
"internalmulti": ("INTERNAL_MODULE_MULTI", "YES", "NO"),
|
||||||
|
}
|
||||||
|
|
||||||
options_jumper_t16 = {
|
options_jumper_t16 = {
|
||||||
"noheli": ("HELI", "NO", "YES"),
|
"noheli": ("HELI", "NO", "YES"),
|
||||||
"ppmus": ("PPM_UNIT", "US", "PERCENT_PREC1"),
|
"ppmus": ("PPM_UNIT", "US", "PERCENT_PREC1"),
|
||||||
|
@ -207,7 +219,6 @@ options_jumper_t16 = {
|
||||||
"faimode": ("FAI", "YES", None),
|
"faimode": ("FAI", "YES", None),
|
||||||
"faichoice": ("FAI", "CHOICE", None),
|
"faichoice": ("FAI", "CHOICE", None),
|
||||||
"nooverridech": ("OVERRIDE_CHANNEL_FUNCTION", "NO", "YES"),
|
"nooverridech": ("OVERRIDE_CHANNEL_FUNCTION", "NO", "YES"),
|
||||||
"eu": ("MODULE_PROTOCOL_D8", "NO", "YES"),
|
|
||||||
"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"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue