📦 Moves templates

This commit is contained in:
Rune Harlyk
2024-11-14 15:56:23 +01:00
parent b6fe8844f4
commit 24d39e540e
18 changed files with 29 additions and 29 deletions
@@ -8,9 +8,9 @@
#include <features.h>
#include <task_manager.h>
#include <stateful_socket.h>
#include <stateful_persistence.h>
#include <stateful_service_endpoint.h>
#include <template/stateful_socket.h>
#include <template/stateful_persistence.h>
#include <template/stateful_endpoint.h>
#include <settings/camera_settings.h>
@@ -1,15 +1,15 @@
#ifndef Peripherals_h
#define Peripherals_h
#include <stateful_socket.h>
#include <stateful_persistence.h>
#include <stateful_service.h>
#include <template/stateful_socket.h>
#include <template/stateful_persistence.h>
#include <template/stateful_service.h>
#include <utils/math_utils.h>
#include <utils/timing.h>
#include <filesystem.h>
#include <features.h>
#include <settings/peripherals_settings.h>
#include <stateful_service_endpoint.h>
#include <template/stateful_endpoint.h>
#include <list>
#include <SPI.h>
@@ -3,9 +3,9 @@
#include <Adafruit_PWMServoDriver.h>
#include <event_socket.h>
#include <stateful_persistence.h>
#include <stateful_service.h>
#include <stateful_service_endpoint.h>
#include <template/stateful_persistence.h>
#include <template/stateful_service.h>
#include <template/stateful_endpoint.h>
#include <utils/math_utils.h>
#include <settings/servo_settings.h>