mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-09-07 20:36:53 +00: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