tcp_cmd
add text help for x y mode
This commit is contained in:
@@ -212,6 +212,7 @@ static bool tcp_cmd_parser(struct tcp_pcb* pcb, int argc, char** argv) {
|
|||||||
LOG_WARN(TAG, "Bad usage of text");
|
LOG_WARN(TAG, "Bad usage of text");
|
||||||
tcp_cmd_write(pcb, "Usage: text \"<text>\"\n");
|
tcp_cmd_write(pcb, "Usage: text \"<text>\"\n");
|
||||||
tcp_cmd_write(pcb, "Usage: text <word>\n");
|
tcp_cmd_write(pcb, "Usage: text <word>\n");
|
||||||
|
tcp_cmd_write(pcb, "Usage: text \"<text>\" <x> <y>\n");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (strcmp(argv[0], "bgcolor") == 0) {
|
if (strcmp(argv[0], "bgcolor") == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user