mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 12:55:12 +03:00
some xlite peripheral settings (#5877)
* Refine xlite compilation options * noras is for 9d+ only
This commit is contained in:
parent
23e2e3743c
commit
f2d444e2d5
3 changed files with 19 additions and 4 deletions
|
@ -108,7 +108,7 @@ elif options[optcount] == "x7":
|
|||
board_family = BOARD_FAMILY_ARM
|
||||
elif options[optcount] == "xlite":
|
||||
command_options["PCB"] = "XLITE"
|
||||
firmware_options = options_taranisplus
|
||||
firmware_options = options_xlite
|
||||
maxsize = 65536 * 8
|
||||
board = BOARD_TARANIS
|
||||
board_family = BOARD_FAMILY_ARM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue