1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +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

BIN
docs/HubProtocol.pdf Normal file

Binary file not shown.

View file

@ -1,4 +1,4 @@
#define DATE_STR "2012-02-10" #define DATE_STR "2012-02-21"
#define TIME_STR "11:11:57" #define TIME_STR "19:07:38"
#define VERS_STR "2.00" #define VERS_STR "2.00"
#define SVN_VERS "open9x-r232" #define SVN_VERS "open9x-r267"

View file

@ -12,8 +12,11 @@ options_stock = [[("", "EXT=STD"), ("frsky", "EXT=FRSKY"), ("jeti", "EXT=JETI"),
# ("PXX", "PXX=NO", "PXX=YES"), # ("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")], [("", "TEMPLATES=NO"), ("templates", "TEMPLATES=YES")],
[("", "LOGS=NO"), ("logs", "LOGS=YES")],
[("", "SOMO=NO"), ("SOMO", "SOMO=YES")],
] ]
languages = ["en", "fr"] languages = ["en", "fr"]