mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 03:19:53 +03:00
Add X7D to build script
This commit is contained in:
parent
e3cb1fe91b
commit
985541db50
1 changed files with 6 additions and 0 deletions
|
@ -98,6 +98,12 @@ elif options[optcount] == "ar9x":
|
|||
maxsize = 65536 * 4
|
||||
board = BOARD_SKY9X
|
||||
board_family = BOARD_FAMILY_ARM
|
||||
elif options[optcount] == "x7d":
|
||||
command_options["PCB"] = "X7D"
|
||||
firmware_options = options_taranisplus
|
||||
maxsize = 65536 * 8
|
||||
board = BOARD_TARANIS
|
||||
board_family = BOARD_FAMILY_ARM
|
||||
elif options[optcount] == "x9d":
|
||||
command_options["PCB"] = "X9D"
|
||||
firmware_options = options_taranis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue