1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-24 16:55:15 +03:00

Fix T18 missing internal multi

This commit is contained in:
Kilrah 2020-06-26 01:39:40 +02:00
parent e203211482
commit feb5a07237
2 changed files with 14 additions and 1 deletions

View file

@ -151,7 +151,7 @@ def main():
elif board_name == "t18":
cmake_options["PCB"] = "X10"
cmake_options["PCBREV"] = "T18"
firmware_options = options_jumper_t16
firmware_options = options_jumper_t18
maxsize = 2 * 1024 * 1024
elif board_name == "tx16s":
cmake_options["PCB"] = "X10"