* bug fix for CommonCLI, when entering long unknown command
This commit is contained in:
@@ -358,6 +358,6 @@ void CommonCLI::handleCommand(uint32_t sender_timestamp, const char* command, ch
|
|||||||
_callbacks->dumpLogFile();
|
_callbacks->dumpLogFile();
|
||||||
strcpy(reply, " EOF");
|
strcpy(reply, " EOF");
|
||||||
} else {
|
} else {
|
||||||
sprintf(reply, "Unknown: %s", command);
|
strcpy(reply, "Unknown command");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user