mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +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
|
||||
@@ -749,9 +748,8 @@ void EMSESP::loop() {
|
||||
fetch_device_values();
|
||||
}
|
||||
|
||||
#if defined(ESP32)
|
||||
delay(1);
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
} // namespace emsesp
|
||||
|
||||
Reference in New Issue
Block a user