mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Добавляем возможность получения первичной настройки из модуля
This commit is contained in:
@@ -25,5 +25,11 @@ class IoTSensor {
|
||||
unsigned long _interval;
|
||||
};
|
||||
|
||||
struct ModuleInfo
|
||||
{
|
||||
void* apiToComponent;
|
||||
String defConfig;
|
||||
};
|
||||
|
||||
//extern IoTSensor* myIoTSensor;
|
||||
//модулям не нужно знать эту переменную
|
||||
Reference in New Issue
Block a user