Added first message task on gps lock !UNTESTED!

This commit is contained in:
2026-03-24 17:53:00 +01:00
parent beffd09281
commit 898879e427
5 changed files with 64 additions and 9 deletions

View File

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