Skip to content

Commit

Permalink
[MAIN] Fix stack overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Aug 18, 2022
1 parent 31e4f7b commit 78e282a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ void app_main()
adapter_init();

start_app_cpu(wired_init_task);
xTaskCreatePinnedToCore(wl_init_task, "wl_init_task", 2048, NULL, 10, NULL, 0);
xTaskCreatePinnedToCore(wl_init_task, "wl_init_task", 2560, NULL, 10, NULL, 0);
}

0 comments on commit 78e282a

Please sign in to comment.