mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Internal multi missing on server built tx16s firmware
This commit is contained in:
parent
19249febb5
commit
24615f7773
2 changed files with 13 additions and 1 deletions
|
@ -151,7 +151,7 @@ def main():
|
|||
elif board_name == "tx16s":
|
||||
cmake_options["PCB"] = "X10"
|
||||
cmake_options["PCBREV"] = "TX16S"
|
||||
firmware_options = options_jumper_t16
|
||||
firmware_options = options_radiomaster_tx16s
|
||||
maxsize = 2 * 1024 * 1024
|
||||
else:
|
||||
return INVALID_BOARD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue