🍒 Makes feature toggles work independent

This commit is contained in:
Rune Harlyk
2024-06-05 14:42:56 +02:00
committed by Rune Harlyk
parent 5f5edcff2c
commit f95fdf02a5
9 changed files with 4702 additions and 4654 deletions
+4 -2
View File
@@ -8,9 +8,11 @@
#include <WiFi.h>
#include <esp_camera.h>
#include <async_worker.h>
#include <Features.h>
#define CAMERA_MODEL_AI_THINKER
#include <CameraPins.h>
#if FT_ENABLED(FT_CAMERA)
#include <CameraPins.h>
#endif
#define STREAM_SERVICE_PATH "/api/camera/stream"
#define STILL_SERVICE_PATH "/api/camera/still"