Skip to content

Commit

Permalink
Disable streaming task temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkulkin committed Sep 17, 2019
1 parent fe5e025 commit 095a04f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main/app_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,9 @@ bool camera_stream_task_running() {
}

void camera_stream_task_start() {
// TODO: re-enable streaming once it works
return;

xEventGroupClearBits(camera_control_events, CAMERA_CONTROL_EVENT_STOP);

xTaskCreate(camera_stream_task, "Camera Stream",
Expand Down

0 comments on commit 095a04f

Please sign in to comment.