mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 22:05:10 +03:00
New binaries
This commit is contained in:
parent
6f1f234b40
commit
4e484ad656
3 changed files with 7 additions and 4 deletions
|
@ -12,8 +12,11 @@ options_stock = [[("", "EXT=STD"), ("frsky", "EXT=FRSKY"), ("jeti", "EXT=JETI"),
|
|||
# ("PXX", "PXX=NO", "PXX=YES"),
|
||||
]
|
||||
|
||||
options_v4 = [[("", "HELI=NO"), ("heli", "HELI=YES")],
|
||||
options_v4 = [[("", "EXT=FRSKY")],
|
||||
[("", "HELI=NO"), ("heli", "HELI=YES")],
|
||||
[("", "TEMPLATES=NO"), ("templates", "TEMPLATES=YES")],
|
||||
[("", "LOGS=NO"), ("logs", "LOGS=YES")],
|
||||
[("", "SOMO=NO"), ("SOMO", "SOMO=YES")],
|
||||
]
|
||||
|
||||
languages = ["en", "fr"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue