Fixed lcd messages and gps triggering bugs

This commit is contained in:
Hector van der Aa
2026-03-27 13:01:49 +01:00
parent b1cb6b4234
commit 7f1494f18e
6 changed files with 52 additions and 10 deletions

View File

@@ -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;
};
};