1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-15 20:35:14 +03:00
This commit is contained in:
Bertrand Songis 2019-09-24 13:13:45 +02:00 committed by GitHub
parent a8a32792cc
commit 4a618f1317
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 191 additions and 19 deletions

View file

@ -88,7 +88,11 @@ def main():
cmake_options["PCB"] = "X9LITE"
firmware_options = options_taranis_x9lite
maxsize = 65536 * 8
elif board_name == "x7":
elif board_name == "x9lites":
cmake_options["PCB"] = "X9LITES"
firmware_options = options_taranis_x9lite
maxsize = 65536 * 8
elif options[optcount] == "x7":
cmake_options["PCB"] = "X7"
firmware_options = options_taranis_x9dp
maxsize = 65536 * 8