mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-23 16:25:12 +03:00
parent
6ec64b227c
commit
cfc02f67eb
22 changed files with 209 additions and 217 deletions
|
@ -106,6 +106,12 @@ elif options[optcount] == "x7":
|
|||
maxsize = 65536 * 8
|
||||
board = BOARD_TARANIS
|
||||
board_family = BOARD_FAMILY_ARM
|
||||
elif options[optcount] == "xlite":
|
||||
command_options["PCB"] = "XLITE"
|
||||
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