🧼 Renames stateful service

This commit is contained in:
Rune Harlyk
2024-11-14 09:43:12 +01:00
parent c92a931846
commit 09f5460db7
10 changed files with 14 additions and 15 deletions
@@ -7,12 +7,12 @@ namespace Camera {
#include <camera_service.h>
#include <EventEndpoint.h>
#include <FSPersistence.h>
#include <stateful_persistence.h>
#include <stateful_service_endpoint.h>
#include <JsonUtils.h>
#include <PsychicHttp.h>
#include <SettingValue.h>
#include <StatefulService.h>
#include <stateful_service.h>
#include <esp_camera.h>
#include <filesystem.h>