mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 07:02:17 +03:00
Добавляем релоад конфигурации при нажатии соответсвующей кнопки в интерфейсе
This commit is contained in:
@@ -5,4 +5,5 @@
|
||||
extern std::vector<IoTItem*> IoTItems; // вектор ссылок базового класса IoTItem - список всех запущенных сенсоров
|
||||
|
||||
extern void configure(String path);
|
||||
void clearConfigure();
|
||||
extern IoTItem* myIoTItem;
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include "Global.h"
|
||||
#include "Utils/WiFiUtils.h"
|
||||
#include "DeviceList.h"
|
||||
#include "ESPConfiguration.h"
|
||||
|
||||
#ifdef STANDARD_WEB_SOCKETS
|
||||
extern void standWebSocketsInit();
|
||||
|
||||
Reference in New Issue
Block a user