mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* bug fix for CommonCLI, when entering long unknown command
This commit is contained in:
parent
5d0a8d9d7c
commit
f9c0056955
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue