mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 09:15:38 +03:00
Radiomaster T8 (#8219)
This commit is contained in:
parent
c139c6eefd
commit
1f01fa6d47
79 changed files with 1051 additions and 143 deletions
|
@ -148,6 +148,11 @@ def main():
|
|||
cmake_options["PCBREV"] = "TX12"
|
||||
firmware_options = options_radiomaster_tx12
|
||||
maxsize = 65536 * 8
|
||||
elif board_name == "t8":
|
||||
cmake_options["PCB"] = "X7"
|
||||
cmake_options["PCBREV"] = "T8"
|
||||
firmware_options = options_radiomaster_t8
|
||||
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