diff --git a/src/main.cpp b/src/main.cpp index c3c5af5c..82398073 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -326,7 +326,7 @@ void setup() { ESP_LOGI(TAG, "Starting GPS Feed..."); xTaskCreatePinnedToCore(gps_loop, // task function "gpsloop", // name of task - 4096, // stack size of task + 8192, // stack size of task (void *)1, // parameter of the task 3, // priority of the task &GpsTask, // task handle