mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 03:49:13 +03:00
затрахало
This commit is contained in:
@@ -11,7 +11,7 @@ void configure(String& path) {
|
|||||||
} else if (subtype == F("pwm-out")) {
|
} else if (subtype == F("pwm-out")) {
|
||||||
//=============================
|
//=============================
|
||||||
} else if (subtype == F("analog-adc")) {
|
} else if (subtype == F("analog-adc")) {
|
||||||
//iotSensors.push_back(IoTSensorAnalog(jsonArrayElement));
|
// iotSensors.push_back(new IoTSensorAnalog(jsonArrayElement));
|
||||||
} else {
|
} else {
|
||||||
SerialPrint(F("E"), F("Config"), F("config.json error, type not exist"));
|
SerialPrint(F("E"), F("Config"), F("config.json error, type not exist"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user