1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-18 22:05:10 +03:00

New binaries

This commit is contained in:
bsongis 2012-02-21 19:01:59 +00:00
parent 6f1f234b40
commit 4e484ad656
3 changed files with 7 additions and 4 deletions

View file

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