🎛️ Renames timing
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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> {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user