📦 Moves templates
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <utils/json_utils.h>
|
||||
#include <utils/string_utils.h>
|
||||
#include <utils/ip_utils.h>
|
||||
#include <state_result.h>
|
||||
#include <template/state_result.h>
|
||||
|
||||
#include <DNSServer.h>
|
||||
#include <IPAddress.h>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
namespace Camera {
|
||||
|
||||
#include <ArduinoJson.h>
|
||||
#include <state_result.h>
|
||||
#include <template/state_result.h>
|
||||
#include <esp_camera.h>
|
||||
|
||||
class CameraSettings {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include <Arduino.h>
|
||||
#include <state_result.h>
|
||||
#include <template/state_result.h>
|
||||
#include <ArduinoJson.h>
|
||||
|
||||
#ifndef FACTORY_NTP_ENABLED
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <vector>
|
||||
#include <ArduinoJson.h>
|
||||
#include <state_result.h>
|
||||
#include <template/state_result.h>
|
||||
|
||||
/*
|
||||
* I2C software connection
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <ArduinoJson.h>
|
||||
#include <state_result.h>
|
||||
#include <template/state_result.h>
|
||||
|
||||
typedef struct {
|
||||
float centerPwm;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <utils/json_utils.h>
|
||||
#include <utils/ip_utils.h>
|
||||
#include <utils/string_utils.h>
|
||||
#include <state_result.h>
|
||||
#include <template/state_result.h>
|
||||
|
||||
#ifndef FACTORY_WIFI_SSID
|
||||
#define FACTORY_WIFI_SSID ""
|
||||
|
||||
Reference in New Issue
Block a user