mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 12:25:12 +03:00
Add AFHDS3 by default to radios with enough RAM for testing
This commit is contained in:
parent
331ae68d29
commit
9b674010a8
3 changed files with 28 additions and 16 deletions
|
@ -93,12 +93,14 @@ def main():
|
|||
maxsize = 65536 * 8
|
||||
elif options[optcount] == "x7":
|
||||
cmake_options["PCB"] = "X7"
|
||||
firmware_options = options_taranis_x9dp
|
||||
cmake_options["AFHDS3"] = "YES"
|
||||
firmware_options = options_taranis_x7
|
||||
maxsize = 65536 * 8
|
||||
elif options[optcount] == "x7access":
|
||||
cmake_options["PCB"] = "X7"
|
||||
cmake_options["PCBREV"] = "ACCESS"
|
||||
firmware_options = options_taranis_x9dp
|
||||
cmake_options["AFHDS3"] = "YES"
|
||||
firmware_options = options_taranis_x7
|
||||
maxsize = 65536 * 8
|
||||
elif board_name == "xlite":
|
||||
cmake_options["PCB"] = "XLITE"
|
||||
|
@ -119,6 +121,7 @@ def main():
|
|||
elif board_name == "x9d+2019":
|
||||
cmake_options["PCB"] = "X9D+"
|
||||
cmake_options["PCBREV"] = "2019"
|
||||
cmake_options["AFHDS3"] = "YES"
|
||||
firmware_options = options_taranis_x9dp
|
||||
maxsize = 65536 * 8
|
||||
elif board_name == "x9e":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue