mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-02 10:16:11 +00:00
* 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