mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 12:25:12 +03:00
X9LiteS (#6820)
This commit is contained in:
parent
a8a32792cc
commit
4a618f1317
25 changed files with 191 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue