increase GPS loop stack size to avoid TG1WDT

This commit is contained in:
cyberman54 2022-01-28 10:39:57 +01:00
parent 08a9b8a557
commit a57730940b

View File

@ -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