Rev 314 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 314 | Rev 325 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | public final static int PARAMTYPE_BYTE=1; |
22 | public final static int PARAMTYPE_BYTE=1; |
Line 23... | Line 23... | ||
23 | 23 | ||
24 | 24 | ||
Line 25... | Line 25... | ||
25 | 25 | ||
26 | public String[] tab_names={"Configuration","Channels","Stick","Altitude","Gyro","Looping","Camera","Other","User"}; |
26 | public String[] tab_names={"Configuration","Channels","Stick","Altitude","Gyro","Looping","Camera","Other","User"}; |
27 | public int[] tab_entrys_count={6,8,3,6,4,6,6,5,4}; |
27 | public int[] tab_entrys_count={6,8,3,6,4,6,6,6,4}; |
28 | 28 |