Skip to content

Commit

Permalink
🧼 Renames service
Browse files Browse the repository at this point in the history
  • Loading branch information
runeharlyk committed Nov 14, 2024
1 parent 1a6e362 commit cc482dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 175 deletions.
10 changes: 5 additions & 5 deletions esp32/include/spot.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#define Spot_h

#include <Arduino.h>
#include <PsychicHttp.h>
#include <ESPmDNS.h>
#include <WiFi.h>
#include <Wire.h>

#include <filesystem.h>
#include <firmware_download_service.h>
Expand All @@ -10,16 +14,12 @@
#include <peripherals/servo_controller.h>
#include <peripherals/led_service.h>
#include <peripherals/camera_service.h>
#include <ESPmDNS.h>
#include <event_socket.h>
#include <features.h>
#include <MotionService.h>
#include <PsychicHttp.h>
#include <motion.h>
#include <task_manager.h>
#include <WiFi.h>
#include <wifi_service.h>
#include <ap_service.h>
#include <Wire.h>

#ifdef EMBED_WWW
#include <WWWData.h>
Expand Down
169 changes: 0 additions & 169 deletions esp32/lib/ESP32-sveltekit/LICENSE

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define MotionService_h

#include <event_socket.h>
#include <Kinematics.h>
#include <kinematics.h>
#include <peripherals/servo_controller.h>
#include <utils/timing.h>
#include <utils/math_utils.h>
Expand Down

0 comments on commit cc482dd

Please sign in to comment.