mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-25 01:05:08 +03:00
Fix t12 internal module compile
This commit is contained in:
parent
58da3f7a30
commit
fc50c07f49
2 changed files with 13 additions and 2 deletions
|
@ -137,7 +137,7 @@ def main():
|
|||
elif board_name == "t12":
|
||||
cmake_options["PCB"] = "X7"
|
||||
cmake_options["PCBREV"] = "T12"
|
||||
firmware_options = options_taranis_x9dp
|
||||
firmware_options = options_jumper_t12
|
||||
maxsize = 65536 * 8
|
||||
elif board_name == "t16":
|
||||
cmake_options["PCB"] = "X10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue