1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 04:15:26 +03:00

Some TX16S related changes

This commit is contained in:
3djc 2020-01-31 09:21:34 +01:00
parent 0f9114c524
commit 128265327e
3 changed files with 13 additions and 0 deletions

View file

@ -149,6 +149,11 @@ def main():
cmake_options["PCBREV"] = "T16"
firmware_options = options_jumper_t16
maxsize = 2 * 1024 * 1024
elif board_name == "tx16s":
cmake_options["PCB"] = "X10"
cmake_options["PCBREV"] = "TX16S"
firmware_options = options_jumper_t16
maxsize = 2 * 1024 * 1024
else:
exit(INVALID_BOARD)