1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-24 16:55:15 +03:00

X7D renamed to X7

This commit is contained in:
Bertrand Songis 2016-12-12 07:39:51 +01:00
parent 7b5dfd7de5
commit 82d6b96f8b
60 changed files with 162 additions and 162 deletions

View file

@ -98,8 +98,8 @@ elif options[optcount] == "ar9x":
maxsize = 65536 * 4
board = BOARD_SKY9X
board_family = BOARD_FAMILY_ARM
elif options[optcount] == "x7d":
command_options["PCB"] = "X7D"
elif options[optcount] == "x7":
command_options["PCB"] = "X7"
firmware_options = options_taranisplus
maxsize = 65536 * 8
board = BOARD_TARANIS