mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
formatting
This commit is contained in:
@@ -417,7 +417,7 @@ void Shell::loop_delay() {
|
|||||||
|
|
||||||
function_copy(*this);
|
function_copy(*this);
|
||||||
|
|
||||||
// TODO comment this like in v3.5? display_prompt
|
// TODO comment this block out like we had < v3.5?
|
||||||
if (running()) {
|
if (running()) {
|
||||||
display_prompt();
|
display_prompt();
|
||||||
}
|
}
|
||||||
@@ -448,7 +448,7 @@ void Shell::loop_blocking() {
|
|||||||
stop();
|
stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO comment this like in v3.5? display_prompt
|
// TODO comment this block out like we had < v3.5?
|
||||||
if (running()) {
|
if (running()) {
|
||||||
display_prompt();
|
display_prompt();
|
||||||
}
|
}
|
||||||
@@ -561,11 +561,11 @@ void Shell::process_command() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO comment this like in v3.5? display_prompt
|
// TODO comment this block out like we had < v3.5?
|
||||||
if (running()) {
|
if (running()) {
|
||||||
display_prompt();
|
display_prompt();
|
||||||
}
|
}
|
||||||
::yield();
|
// ::yield();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Shell::process_completion() {
|
void Shell::process_completion() {
|
||||||
|
|||||||
Reference in New Issue
Block a user