Refactors filesystem service

This commit is contained in:
Rune Harlyk
2024-11-07 16:45:14 +01:00
committed by Rune Harlyk
parent 3a3de53752
commit fd652bd967
13 changed files with 145 additions and 94 deletions
@@ -12,7 +12,7 @@ namespace Camera {
#include <SettingValue.h>
#include <StatefulService.h>
#include <esp_camera.h>
#include <ESPFS.h>
#include <filesystem.h>
#define EVENT_CAMERA_SETTINGS "CameraSettings"
#define CAMERA_SETTINGS_PATH "/api/camera/settings"