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:
parent
e203211482
commit
feb5a07237
2 changed files with 14 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue