1
0
Fork 0
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:
3djc 2019-11-29 13:43:15 +01:00
parent 58da3f7a30
commit fc50c07f49
2 changed files with 13 additions and 2 deletions

View file

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