mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
...
This commit is contained in:
4
include/Config.h
Normal file
4
include/Config.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#include "Global.h"
|
||||
|
||||
extern void configuration(String& path);
|
||||
@@ -6,5 +6,5 @@
|
||||
#include "Utils/WiFiUtils.h"
|
||||
#include "AsyncWebServer.h"
|
||||
#include "StandWebServer.h"
|
||||
#include "classes/sendJson.h"
|
||||
#include "classes/SendJson.h"
|
||||
#include "classes/NotAsync.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "Global.h"
|
||||
#include "classes/sendJson.h"
|
||||
#include "classes/SendJson.h"
|
||||
|
||||
#ifdef STANDARD_WEB_SERVER
|
||||
extern void standWebServerInit();
|
||||
|
||||
5
src/Config.cpp
Normal file
5
src/Config.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "Config.h"
|
||||
|
||||
void configuration(String& path) {
|
||||
file = seekFile(path);
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "classes/sendJson.h"
|
||||
#include "classes/SendJson.h"
|
||||
|
||||
SendJson::SendJson() {}
|
||||
SendJson::~SendJson() {}
|
||||
Reference in New Issue
Block a user