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