Added screen message on auto detect and added track global write on detect

This commit is contained in:
2026-03-25 19:58:42 +01:00
parent 21a5fd3244
commit a5b53afb2c
3 changed files with 40 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ enum task_type : uint8_t {
TASK_NULL,
TASK_DISPLAY_GPS_DEBUG,
TASK_DISPLAY_MSG_GPS_FIX,
TASK_DISPLAY_MSG_TRACK_DETECT_OK,
TASK_CONFIG_TRACK_DETECT,
};