mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
начал писать систему формирования виджетов
This commit is contained in:
@@ -20,6 +20,7 @@ void configure(String path) {
|
||||
myIoTSensor = (IoTSensor*)getAPI_AnalogAdc(jsonArrayElement);
|
||||
if (myIoTSensor) {
|
||||
iotSensors.push_back(myIoTSensor);
|
||||
createWidget(jsonArrayElement);
|
||||
}
|
||||
//================================================================================================================
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user