mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
remove extra newline when printing devices to console. Add back delay(1) for stability.
This commit is contained in:
@@ -229,7 +229,6 @@ void EMSESP::show_device_values(uuid::console::Shell & shell) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
shell.println();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// show Dallas sensors
|
// show Dallas sensors
|
||||||
@@ -749,9 +748,8 @@ void EMSESP::loop() {
|
|||||||
fetch_device_values();
|
fetch_device_values();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(ESP32)
|
|
||||||
delay(1);
|
delay(1);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace emsesp
|
} // namespace emsesp
|
||||||
|
|||||||
Reference in New Issue
Block a user