diff --git a/src/main.cpp b/src/main.cpp index 9dbc18a..7f5b44d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -56,6 +56,7 @@ void setup() { gps_module->init(); delay(1000); driver_display->print_message("GPS Init Complete"); + delay(1000); router::send(MOD_LCD, TASK_DISPLAY_GPS_DEBUG); router::send(MOD_CFG, TASK_CONFIG_TRACK_DETECT); }