1
0
Fork 0
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:
3djc 2018-05-08 22:19:04 +02:00 committed by Bertrand Songis
parent 23e2e3743c
commit f2d444e2d5
3 changed files with 19 additions and 4 deletions

View file

@ -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