mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +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();
|
||||
|
||||
Reference in New Issue
Block a user