mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 11:59:50 +03:00
Radiomaster Zorro (#8791)
This commit is contained in:
parent
35607154b6
commit
92db767833
55 changed files with 698 additions and 67 deletions
|
@ -153,6 +153,11 @@ def main():
|
|||
cmake_options["PCBREV"] = "TX12"
|
||||
firmware_options = options_radiomaster_tx12
|
||||
maxsize = 65536 * 8
|
||||
elif board_name == "zorro":
|
||||
cmake_options["PCB"] = "X7"
|
||||
cmake_options["PCBREV"] = "ZORRO"
|
||||
firmware_options = options_radiomaster_zorro
|
||||
maxsize = 65536 * 8
|
||||
elif board_name == "t8":
|
||||
cmake_options["PCB"] = "X7"
|
||||
cmake_options["PCBREV"] = "T8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue