Subversion Repositories Projects

Rev

Rev 84 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 84 Rev 92
Line 15... Line 15...
15
    public final static int STATEID_SETTINGSMENU     =10;
15
    public final static int STATEID_SETTINGSMENU     =10;
16
    public final static int STATEID_STICKVIEW        =11;
16
    public final static int STATEID_STICKVIEW        =11;
17
    public final static int STATEID_CAMMODE          =12;
17
    public final static int STATEID_CAMMODE          =12;
Line 18... Line 18...
18
 
18
 
19
 
19
 
20
    public String[] main_menu_items={"Telemetry","Raw Debug", "view RC-data", "MK-KeyControl", "Motor Test" , "Flight Settings","Tool Settings","Remote Cam","Proxy","Change Device" , "Quit " };
20
    public String[] main_menu_items={"Telemetry","Raw Debug-Values", "RC-Data", "pilot UFO", "Motor Test" , "Flight Settings","(NA)Tool Settings","(NA)Remote Camera","(NA)Relay","(NA)Change Device" , "Quit " };
21
    public final static int MAINMENU_TELEMETRY     =0;
21
    public final static int MAINMENU_TELEMETRY     =0;
22
    public final static int MAINMENU_RAWDEBUG      =1+MAINMENU_TELEMETRY;
22
    public final static int MAINMENU_RAWDEBUG      =1+MAINMENU_TELEMETRY;
23
    public final static int MAINMENU_STICKS        =1+MAINMENU_RAWDEBUG;
23
    public final static int MAINMENU_STICKS        =1+MAINMENU_RAWDEBUG;