🧼 Moves camera to peripherals

This commit is contained in:
Rune Harlyk
2024-11-14 15:52:53 +01:00
parent 62f3ee1bcb
commit b6fe8844f4
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,12 +9,12 @@
#include <peripherals/peripherals.h> #include <peripherals/peripherals.h>
#include <peripherals/servo_controller.h> #include <peripherals/servo_controller.h>
#include <peripherals/led_service.h> #include <peripherals/led_service.h>
#include <peripherals/camera_service.h>
#include <ESPmDNS.h> #include <ESPmDNS.h>
#include <event_socket.h> #include <event_socket.h>
#include <features.h> #include <features.h>
#include <MotionService.h> #include <MotionService.h>
#include <ntp_service.h> #include <ntp_service.h>
#include <camera_service.h>
#include <PsychicHttp.h> #include <PsychicHttp.h>
#include <task_manager.h> #include <task_manager.h>
#include <WiFi.h> #include <WiFi.h>
@@ -1,4 +1,4 @@
#include <camera_service.h> #include <peripherals/camera_service.h>
namespace Camera { namespace Camera {
@@ -19,7 +19,7 @@ namespace Camera {
#include <esp_camera.h> #include <esp_camera.h>
#if USE_CAMERA #if USE_CAMERA
#include <camera_pins.h> #include <peripherals/camera_pins.h>
#endif #endif
#define PART_BOUNDARY "frame" #define PART_BOUNDARY "frame"