sensor dht support

This commit is contained in:
Dmitry Borisenko
2020-09-04 13:44:49 +03:00
parent 551b35ff4f
commit 26b5c173a2
4 changed files with 66 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ void bmp280T_reading();
void sensorsInit() {
ts.add(
SENSORS, 15000, [&](void *) {
SENSORS, 10000, [&](void *) {
String buf = sensorReadingMap;
while (buf.length()) {
String tmp = selectToMarker(buf, ",");