This commit is contained in:
2025-05-01 23:57:21 +02:00
parent bc8616ef5f
commit 88efccb65a
4 changed files with 237 additions and 134 deletions

8
main/cameraTask.h Normal file
View File

@@ -0,0 +1,8 @@
#include <esp_err.h>
#ifndef CAMERA_TASK
#define CAMERA_TASK
void camera_task(void *pvParameters);
esp_err_t camera_init(); // already exists
#endif