Fixed lcd messages and gps triggering bugs
This commit is contained in:
@@ -19,6 +19,7 @@ enum task_type : uint8_t {
|
||||
TASK_DISPLAY_GPS_DEBUG,
|
||||
TASK_DISPLAY_MSG_GPS_FIX,
|
||||
TASK_DISPLAY_MSG_TRACK_DETECT_OK,
|
||||
TASK_DISPLAY_MSG_CONFIG_NO_TRACKS,
|
||||
TASK_CONFIG_TRACK_DETECT,
|
||||
};
|
||||
|
||||
@@ -26,4 +27,4 @@ struct Task {
|
||||
module_id target;
|
||||
task_type type;
|
||||
uint32_t data;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user