diff --git a/src/macsniff.cpp b/src/macsniff.cpp index 2f5446f2..6fefc07c 100644 --- a/src/macsniff.cpp +++ b/src/macsniff.cpp @@ -54,7 +54,7 @@ esp_err_t macQueueInit() { xTaskCreatePinnedToCore(mac_process, // task function "mac_process", // name of task - 2048, // stack size of task + 3072, // stack size of task (void *)1, // parameter of the task 1, // priority of the task &macProcessTask, // task handle