📦 Moves templates
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user