🐛 stack overflow cause camera crash

pull/216/head
yehangyang 2022-02-14 11:49:24 +08:00
parent 7bb4ed2a1c
commit 91b61dcc52
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit e02038c3f0c6d30c6cd2f038fe2d6255e5666ec2
Subproject commit 61400bc73b18e9ffcfd5b3806fee26d135c45fe7

View File

@ -83,5 +83,5 @@ void register_camera(const pixformat_t pixel_fromat,
}
xQueueFrameO = frame_o;
xTaskCreatePinnedToCore(task_process_handler, TAG, 1 * 1024, NULL, 5, NULL, 1);
xTaskCreatePinnedToCore(task_process_handler, TAG, 2 * 1024, NULL, 5, NULL, 1);
}