Skip to content

Commit

Permalink
🎛️ Renames timing
Browse files Browse the repository at this point in the history
  • Loading branch information
runeharlyk committed Nov 8, 2024
1 parent 386f1c6 commit ea5b16d
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion esp32/lib/ESP32-sveltekit/BatteryService.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion esp32/lib/ESP32-sveltekit/MotionService.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion esp32/lib/ESP32-sveltekit/Peripherals.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion esp32/lib/ESP32-sveltekit/ServoController.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion esp32/lib/ESP32-sveltekit/analytics_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion esp32/lib/ESP32-sveltekit/ap_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion esp32/lib/ESP32-sveltekit/wifi_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ea5b16d

Please sign in to comment.