mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +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() {
|
void Shell::process_command() {
|
||||||
if (line_buffer_.empty()) {
|
if (line_buffer_.empty()) {
|
||||||
|
println();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
line_old_ = line_buffer_;
|
line_old_ = line_buffer_;
|
||||||
|
|||||||
Reference in New Issue
Block a user