mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 06:15:10 +03:00
parent
da0da4b9c9
commit
e1e67a9d8c
74 changed files with 893 additions and 120 deletions
|
@ -146,6 +146,11 @@ def main():
|
|||
cmake_options["PCBREV"] = "T12"
|
||||
firmware_options = options_jumper_t12
|
||||
maxsize = 65536 * 8
|
||||
elif board_name == "t12":
|
||||
cmake_options["PCB"] = "X7"
|
||||
cmake_options["PCBREV"] = "TX12"
|
||||
firmware_options = options_radiomaster_tx12
|
||||
maxsize = 65536 * 8
|
||||
elif board_name == "t16":
|
||||
cmake_options["PCB"] = "X10"
|
||||
cmake_options["PCBREV"] = "T16"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue