🎛️ Renames timing

This commit is contained in:
Rune Harlyk
2024-11-08 17:29:57 +01:00
parent 386f1c627d
commit ea5b16de0c
8 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
#include <event_socket.h>
#include <JsonUtils.h>
#include <Peripherals.h>
#include <Timing.h>
#include <timing.h>
#define ADC_VOLTAGE 0
#define ADC_CURRENT 1
+1 -1
View File
@@ -6,7 +6,7 @@
#include <Kinematics.h>
#include <ServoController.h>
#include <Gait/GaitState.h>
#include <Timing.h>
#include <timing.h>
#include <MathUtils.h>
#define DEFAULT_STATE false
+1 -1
View File
@@ -6,7 +6,7 @@
#include <HttpEndpoint.h>
#include <StatefulService.h>
#include <MathUtils.h>
#include <Timing.h>
#include <timing.h>
#include <filesystem.h>
#include <features.h>
#include <settings/peripherals_settings.h>
+1 -1
View File
@@ -9,7 +9,7 @@
#include <StatefulService.h>
#include <stateful_service_endpoint.h>
#include <MathUtils.h>
#include <Timing.h>
#include <timing.h>
#include <settings/servo_settings.h>
#define EVENT_SERVO_CONFIGURATION_SETTINGS "servoPWM"
@@ -5,7 +5,7 @@
#include <event_socket.h>
#include <task_manager.h>
#include <WiFi.h>
#include <Timing.h>
#include <timing.h>
#define MAX_ESP_ANALYTICS_SIZE 2024
#define EVENT_ANALYTICS "analytics"
+1 -1
View File
@@ -2,7 +2,7 @@
#include <stateful_service_endpoint.h>
#include <FSPersistence.h>
#include <settings/ap_settings.h>
#include <Timing.h>
#include <timing.h>
#include <WiFi.h>
class APService : public StatefulService<APSettings> {
+1 -1
View File
@@ -6,7 +6,7 @@
#include <ESPmDNS.h>
#include <filesystem.h>
#include <Timing.h>
#include <timing.h>
#include <StatefulService.h>
#include <FSPersistence.h>
#include <stateful_service_endpoint.h>