mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
Optimization
This commit is contained in:
@@ -8,7 +8,7 @@ void analogAdc() {
|
||||
mySensorAnalog.update();
|
||||
String key = mySensorAnalog.gkey();
|
||||
sCmd.addCommand(key.c_str(), analogReading);
|
||||
sensorReadingMap += key + ",";
|
||||
sensorReadingMap10sec += key + ",";
|
||||
mySensorAnalog.SensorAnalogInit();
|
||||
mySensorAnalog.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user