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

DSM2 option added in compile script

This commit is contained in:
bsongis 2012-02-04 17:38:44 +00:00
parent 1d8fb1f6ee
commit b122ba1545

View file

@ -8,7 +8,7 @@ options_stock = [[("", "EXT=STD"), ("frsky", "EXT=FRSKY"), ("jeti", "EXT=JETI"),
[("", "TEMPLATES=NO"), ("templates", "TEMPLATES=YES")],
[("", "AUDIO=NO"), ("audio", "AUDIO=YES")],
[("", "HAPTIC=NO"), ("haptic", "HAPTIC=YES")],
# ("DSM2", "DSM2="NO", "DSM2=PPM"),
[("", "DSM2=NO"), ("DSM2", "DSM2=PPM")],
# ("PXX", "PXX=NO", "PXX=YES"),
]