diff --git a/main/ZgatewayBT.ino b/main/ZgatewayBT.ino index cb5578fd0f..71cb339b78 100644 --- a/main/ZgatewayBT.ino +++ b/main/ZgatewayBT.ino @@ -857,9 +857,9 @@ void setupBTTasksAndBLE() { procBLETask, /* Function to implement the task */ "procBLETask", /* Name of the task */ # if defined(USE_ESP_IDF) || defined(USE_BLUFI) - 13500, + 14000, # else - 8500, /* Stack size in bytes */ + 9000, /* Stack size in bytes */ # endif NULL, /* Task input parameter */ 2, /* Priority of the task (set higher than core task) */