mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
комментарии
This commit is contained in:
7
include/ESPConfiguration.h
Normal file
7
include/ESPConfiguration.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include "Global.h"
|
||||
#include "Classes/IoTSensor.h"
|
||||
|
||||
extern std::vector<IoTSensor*> iotSensors; // вектор ссылок базового класса IoTSensor - список всех запущенных сенсоров
|
||||
|
||||
extern void configure(String path);
|
||||
Reference in New Issue
Block a user