mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-15 20:35:14 +03:00
X9D+ 2019 builds added
This commit is contained in:
parent
0c74a9839b
commit
23a28b9b10
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,7 @@ import sys
|
|||
import subprocess
|
||||
import shutil
|
||||
import filelock
|
||||
|
||||
from fwoptions import *
|
||||
|
||||
# Error codes
|
||||
|
@ -100,6 +101,14 @@ elif options[optcount] == "x9d+":
|
|||
maxsize = 65536 * 8
|
||||
board = BOARD_TARANIS
|
||||
board_family = BOARD_FAMILY_ARM
|
||||
elif options[optcount] == "x9d+2019":
|
||||
command_options["PCB"] = "X9D+"
|
||||
command_options["PCBREV"] = "2019"
|
||||
command_options["MULTI_SPORT"] = "ON"
|
||||
firmware_options = options_taranis_x9dp
|
||||
maxsize = 65536 * 8
|
||||
board = BOARD_TARANIS
|
||||
board_family = BOARD_FAMILY_ARM
|
||||
elif options[optcount] == "x9e":
|
||||
command_options["PCB"] = "X9E"
|
||||
command_options["MULTI_SPORT"] = "ON"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue