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:
parent
0f9114c524
commit
128265327e
3 changed files with 13 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue