Subversion Repositories NaviCtrl

Rev

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

Rev 825 Rev 829
Line 100... Line 100...
100
#define OSD_FIX_3D                                                              2
100
#define OSD_FIX_3D                                                              2
101
#define OSD_FIX_DGPS                                                    3
101
#define OSD_FIX_DGPS                                                    3
102
#define OSD_FIX_RTK_FLOAT                                               4
102
#define OSD_FIX_RTK_FLOAT                                               4
103
#define OSD_FIX_RTK_FIX                                                 5
103
#define OSD_FIX_RTK_FIX                                                 5
Line 104... Line 104...
104
 
104
 
105
#define OSD3_FLAG_FIXBIT0                                       0x01
105
#define OSD3_FLAG_FIXBIT0                                       0x01 // type of GPS-Fix (see above)
106
#define OSD3_FLAG_FIXBIT1                                       0x02
106
#define OSD3_FLAG_FIXBIT1                                       0x02
107
#define OSD3_FLAG_FIXBIT2                                       0x04
107
#define OSD3_FLAG_FIXBIT2                                       0x04
108
#define OSD3_FLAG_HOTSHOE                                       0x08
108
#define OSD3_FLAG_HOTSHOE                                       0x08 // HotShoe connector attached
-
 
109
#define OSD3_FLAG_BOAT_MODE                                     0x10 // MK is calibrated in Boat-Mode
Line 109... Line 110...
109
#define OSD3_FLAG_BOAT_MODE                                     0x10
110
#define OSD3_FLAG_MK_IS_READY                           0x20 // ready & calibrated
110
 
111
 
111
// the OSD-Flags are built from the FC status flags. They are combined into new bytes to increse the efficiency in the data protocol
112
// the OSD-Flags are built from the FC status flags. They are combined into new bytes to increse the efficiency in the data protocol