🧼 Moves camera to peripherals
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
#include <peripherals/peripherals.h>
|
||||
#include <peripherals/servo_controller.h>
|
||||
#include <peripherals/led_service.h>
|
||||
#include <peripherals/camera_service.h>
|
||||
#include <ESPmDNS.h>
|
||||
#include <event_socket.h>
|
||||
#include <features.h>
|
||||
#include <MotionService.h>
|
||||
#include <ntp_service.h>
|
||||
#include <camera_service.h>
|
||||
#include <PsychicHttp.h>
|
||||
#include <task_manager.h>
|
||||
#include <WiFi.h>
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#include <camera_service.h>
|
||||
#include <peripherals/camera_service.h>
|
||||
|
||||
namespace Camera {
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ namespace Camera {
|
||||
#include <esp_camera.h>
|
||||
|
||||
#if USE_CAMERA
|
||||
#include <camera_pins.h>
|
||||
#include <peripherals/camera_pins.h>
|
||||
#endif
|
||||
|
||||
#define PART_BOUNDARY "frame"
|
||||
Reference in New Issue
Block a user