Rev 258 | Rev 269 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 258 | Rev 261 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | public final static byte STATEID_SCANNING =30; |
45 | public final static byte STATEID_SCANNING =30; |
46 | public final static byte STATEID_RESET_PARAMS =31; |
46 | public final static byte STATEID_RESET_PARAMS =31; |
47 | public final static byte STATEID_PARAM_MENU =32; |
47 | public final static byte STATEID_PARAM_MENU =32; |
48 | public final static byte STATEID_PARAM_MASSWRITE =33; |
48 | public final static byte STATEID_PARAM_MASSWRITE =33; |
49 | public final static byte STATEID_SELECT_FIRMWARE =34; |
49 | public final static byte STATEID_SELECT_FIRMWARE =34; |
- | 50 | public final static byte STATEID_SHOWPHONEGPS =35; |
|
Line 50... | Line 51... | ||
50 | 51 | ||
Line 51... | Line 52... | ||
51 | public final static byte STATEID_COUNT =35; |
52 | public final static byte STATEID_COUNT =36; |
52 | 53 | ||
Line 91... | Line 92... | ||
91 | public final static byte ACTIONID_BACK_TO_CONNDETAILS = 36; |
92 | public final static byte ACTIONID_BACK_TO_CONNDETAILS = 36; |
92 | public final static byte ACTIONID_SELECT_PARAMS = 37; |
93 | public final static byte ACTIONID_SELECT_PARAMS = 37; |
93 | public final static byte ACTIONID_RENAME_PARAMS = 38; |
94 | public final static byte ACTIONID_RENAME_PARAMS = 38; |
94 | public final static byte ACTIONID_SELECT_FIRMWARE = 39; |
95 | public final static byte ACTIONID_SELECT_FIRMWARE = 39; |
95 | public final static byte ACTIONID_UPDATE_DUBWISE = 40; |
96 | public final static byte ACTIONID_UPDATE_DUBWISE = 40; |
96 | - | ||
- | 97 | public final static byte ACTIONID_SHOWPHONEGPS = 41; |
|
97 | public final static byte ACTIONID_QUIT = 100; |
98 | public final static byte ACTIONID_QUIT = 100; |