1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 06:15:10 +03:00

Potscroll option added

This commit is contained in:
bsongis 2012-03-15 06:22:50 +00:00
parent 357b87a281
commit ce68d6d77d

View file

@ -9,7 +9,7 @@ options_stock = [[("", "EXT=STD"), ("frsky", "EXT=FRSKY"), ("jeti", "EXT=JETI"),
[("", "AUDIO=NO"), ("audio", "AUDIO=YES")],
[("", "HAPTIC=NO"), ("haptic", "HAPTIC=YES")],
[("", "DSM2=NO"), ("DSM2", "DSM2=PPM")],
[("", "NAVIGATION=NO")], # , ("navpots", "NAVIGATION=POTS")],
[("", "NAVIGATION=NO"), ("potscroll", "NAVIGATION=POTS")],
# ("PXX", "PXX=NO", "PXX=YES"),
]