formatting

This commit is contained in:
Proddy
2023-02-23 19:25:08 +01:00
parent a59fc3f3e7
commit 605e3c26d7

View File

@@ -565,6 +565,8 @@ void Shell::process_command() {
if (running()) { if (running()) {
display_prompt(); display_prompt();
} }
// don't think we need this for EMS-ESP on ESP32
// ::yield(); // ::yield();
} }