Added track upload

This commit is contained in:
2026-03-27 14:04:14 +01:00
parent 7f1494f18e
commit 1d144fb638
6 changed files with 98 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ enum task_type : uint8_t {
TASK_DISPLAY_MSG_TRACK_DETECT_OK,
TASK_DISPLAY_MSG_CONFIG_NO_TRACKS,
TASK_CONFIG_TRACK_DETECT,
TASK_CONFIG_WRITE_TEMP_TRACK,
};
struct Task {