1
0
Fork 0
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:
3djc 2021-01-15 17:19:25 +01:00 committed by GitHub
parent c139c6eefd
commit 1f01fa6d47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 1051 additions and 143 deletions

View file

@ -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"