This commit is contained in:
2025-08-12 09:15:52 -04:00
parent 5ac1353f0a
commit 98d60c7dd1
2 changed files with 3 additions and 0 deletions

View File

View File

@@ -54,6 +54,9 @@ void app_main(void)
printf("Minimum free heap size: %" PRIu32 " bytes\n", esp_get_minimum_free_heap_size());
nmea_example_init_interface();
read_and_parse_nmea();
for (int i = 10; i >= 0; i--) {
printf("Restarting in %d seconds...\n", i);
vTaskDelay(1000 / portTICK_PERIOD_MS);