🧼 Renames stateful service
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#include <event_socket.h>
|
||||
#include <PsychicHttp.h>
|
||||
#include <StatefulService.h>
|
||||
#include <stateful_service.h>
|
||||
|
||||
template <class T>
|
||||
class EventEndpoint {
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
#define Peripherals_h
|
||||
|
||||
#include <EventEndpoint.h>
|
||||
#include <FSPersistence.h>
|
||||
#include <StatefulService.h>
|
||||
#include <stateful_persistence.h>
|
||||
#include <stateful_service.h>
|
||||
#include <MathUtils.h>
|
||||
#include <timing.h>
|
||||
#include <filesystem.h>
|
||||
|
||||
@@ -2,10 +2,9 @@
|
||||
#define ServoController_h
|
||||
|
||||
#include <Adafruit_PWMServoDriver.h>
|
||||
#include <EventEndpoint.h>
|
||||
#include <event_socket.h>
|
||||
#include <FSPersistence.h>
|
||||
#include <StatefulService.h>
|
||||
#include <stateful_persistence.h>
|
||||
#include <stateful_service.h>
|
||||
#include <stateful_service_endpoint.h>
|
||||
#include <MathUtils.h>
|
||||
#include <timing.h>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <StatefulService.h>
|
||||
#include <stateful_service.h>
|
||||
#include <stateful_service_endpoint.h>
|
||||
#include <FSPersistence.h>
|
||||
#include <stateful_persistence.h>
|
||||
#include <settings/ap_settings.h>
|
||||
#include <timing.h>
|
||||
#include <WiFi.h>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define Socket_h
|
||||
|
||||
#include <PsychicHttp.h>
|
||||
#include <StatefulService.h>
|
||||
#include <stateful_service.h>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define NTPService_h
|
||||
|
||||
#include <filesystem.h>
|
||||
#include <FSPersistence.h>
|
||||
#include <stateful_persistence.h>
|
||||
#include <WiFi.h>
|
||||
#include <stateful_service_endpoint.h>
|
||||
#include <settings/ntp_settings.h>
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
**/
|
||||
|
||||
#include <FS.h>
|
||||
#include <StatefulService.h>
|
||||
#include <stateful_service.h>
|
||||
#include <filesystem.h>
|
||||
|
||||
template <class T>
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
#include <filesystem.h>
|
||||
#include <timing.h>
|
||||
#include <StatefulService.h>
|
||||
#include <FSPersistence.h>
|
||||
#include <stateful_service.h>
|
||||
#include <stateful_persistence.h>
|
||||
#include <stateful_service_endpoint.h>
|
||||
#include <settings/wifi_settings.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user