1
0
Fork 0
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:
3djc 2020-05-04 18:06:40 +02:00
parent 19249febb5
commit 24615f7773
2 changed files with 13 additions and 1 deletions

View file

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