mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
CROSSFIRE is no more a default, but firmware option (saves RAM)
This commit is contained in:
parent
5313285a35
commit
1f7759dc6e
2 changed files with 12 additions and 2 deletions
|
@ -81,6 +81,7 @@ options_taranis_x9d = {
|
|||
"shutdownconfirm": ("SHUTDOWN_CONFIRMATION", "YES", "NO"),
|
||||
"eu": ("SUPPORT_D16_EU_ONLY", "YES", "NO"),
|
||||
"multimodule": ("MULTIMODULE", "YES", "NO"),
|
||||
"crossfire": ("CROSSFIRE", "YES", "NO")
|
||||
}
|
||||
|
||||
options_taranis_x9dp = {
|
||||
|
@ -98,6 +99,7 @@ options_taranis_x9dp = {
|
|||
"shutdownconfirm": ("SHUTDOWN_CONFIRMATION", "YES", "NO"),
|
||||
"eu": ("SUPPORT_D16_EU_ONLY", "YES", "NO"),
|
||||
"multimodule": ("MULTIMODULE", "YES", "NO"),
|
||||
"crossfire": ("CROSSFIRE", "YES", "NO")
|
||||
}
|
||||
|
||||
options_taranis_x9lite = {
|
||||
|
@ -115,6 +117,7 @@ options_taranis_x9lite = {
|
|||
"eu": ("SUPPORT_D16_EU_ONLY", "YES", "NO"),
|
||||
"multimodule": ("MULTIMODULE", "YES", "NO"),
|
||||
"internalpxx1": ("INTERNAL_MODULE_PXX1", "NO", "YES"),
|
||||
"crossfire": ("CROSSFIRE", "YES", "NO")
|
||||
}
|
||||
|
||||
options_taranis_xlite = {
|
||||
|
@ -129,7 +132,8 @@ options_taranis_xlite = {
|
|||
"nooverridech": ("OVERRIDE_CHANNEL_FUNCTION", "NO", "YES"),
|
||||
"shutdownconfirm": ("SHUTDOWN_CONFIRMATION", "YES", "NO"),
|
||||
"eu": ("SUPPORT_D16_EU_ONLY", "YES", "NO"),
|
||||
"multimodule": ("MULTIMODULE", "YES", "NO")
|
||||
"multimodule": ("MULTIMODULE", "YES", "NO"),
|
||||
"crossfire": ("CROSSFIRE", "YES", "NO")
|
||||
}
|
||||
|
||||
options_taranis_xlites = {
|
||||
|
@ -146,6 +150,7 @@ options_taranis_xlites = {
|
|||
"eu": ("SUPPORT_D16_EU_ONLY", "YES", "NO"),
|
||||
"multimodule": ("MULTIMODULE", "YES", "NO"),
|
||||
"internalpxx1": ("INTERNAL_MODULE_PXX1", "NO", "YES"),
|
||||
"crossfire": ("CROSSFIRE", "YES", "NO")
|
||||
}
|
||||
|
||||
options_taranis_x9e = {
|
||||
|
@ -163,6 +168,7 @@ options_taranis_x9e = {
|
|||
"eu": ("SUPPORT_D16_EU_ONLY", "YES", "NO"),
|
||||
"horussticks": ("STICKS", "HORUS", "STANDARD"),
|
||||
"multimodule": ("MULTIMODULE", "YES", "NO"),
|
||||
"crossfire": ("CROSSFIRE", "YES", "NO")
|
||||
}
|
||||
|
||||
options_horus_x12s = {
|
||||
|
@ -177,6 +183,7 @@ options_horus_x12s = {
|
|||
"eu": ("SUPPORT_D16_EU_ONLY", "YES", "NO"),
|
||||
"multimodule": ("MULTIMODULE", "YES", "NO"),
|
||||
"pcbdev": ("PCBREV", "10", None),
|
||||
"crossfire": ("CROSSFIRE", "YES", "NO")
|
||||
}
|
||||
|
||||
options_horus_x10 = {
|
||||
|
@ -190,4 +197,5 @@ options_horus_x10 = {
|
|||
"nooverridech": ("OVERRIDE_CHANNEL_FUNCTION", "NO", "YES"),
|
||||
"eu": ("SUPPORT_D16_EU_ONLY", "YES", "NO"),
|
||||
"multimodule": ("MULTIMODULE", "YES", "NO"),
|
||||
"crossfire": ("CROSSFIRE", "YES", "NO")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue