mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
in progress not working version!!!
This commit is contained in:
12
src/main.cpp
12
src/main.cpp
@@ -135,10 +135,10 @@ void loop() {
|
||||
mySensorAnalog->at(i).loop();
|
||||
}
|
||||
}
|
||||
if (mySensorDht != nullptr) {
|
||||
for (unsigned int i = 0; i < mySensorDht->size(); i++) {
|
||||
mySensorDht->at(i).loopTmp();
|
||||
mySensorDht->at(i).loopHum();
|
||||
}
|
||||
}
|
||||
//if (mySensorDht != nullptr) {
|
||||
// for (unsigned int i = 0; i < mySensorDht->size(); i++) {
|
||||
// mySensorDht->at(i).loopTmp();
|
||||
// mySensorDht->at(i).loopHum();
|
||||
// }
|
||||
//}
|
||||
}
|
||||
Reference in New Issue
Block a user