mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
linefeed on empty command
This commit is contained in:
@@ -495,6 +495,7 @@ void Shell::maximum_command_line_length(size_t length) {
|
||||
|
||||
void Shell::process_command() {
|
||||
if (line_buffer_.empty()) {
|
||||
println();
|
||||
return;
|
||||
}
|
||||
line_old_ = line_buffer_;
|
||||
|
||||
Reference in New Issue
Block a user