mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-01 09:35:49 +00:00
GPS
This commit is contained in:
0
ESP-IDF_GPS/build/.ninja_lock
Normal file
0
ESP-IDF_GPS/build/.ninja_lock
Normal 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);
|
||||
|
Reference in New Issue
Block a user