🧼 Moves led and servo controller

This commit is contained in:
Rune Harlyk
2024-11-14 15:44:24 +01:00
parent eeff317abe
commit 66b1b8fa1b
5 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -6,10 +6,10 @@
#include <filesystem.h>
#include <firmware_download_service.h>
#include <firmware_upload_service.h>
#include <Peripherals.h>
#include <ServoController.h>
#include <peripherals/peripherals.h>
#include <peripherals/servo_controller.h>
#include <peripherals/led_service.h>
#include <ESPmDNS.h>
#include <LEDService.h>
#include <event_socket.h>
#include <features.h>
#include <MotionService.h>