Merge branch 'dev' of https://github.com/proddy/EMS-ESP into dev

This commit is contained in:
Paul
2020-11-08 20:40:02 +01:00
5 changed files with 127 additions and 24 deletions

View File

@@ -495,7 +495,8 @@ void Shell::maximum_command_line_length(size_t length) {
void Shell::process_command() {
if (line_buffer_.empty()) {
return;
println();
return;
}
line_old_ = line_buffer_;
while (!line_buffer_.empty()) {