From e42cbc31ba92e38795308fd9619dbd43ea483c2a Mon Sep 17 00:00:00 2001 From: Sani7 Date: Sat, 2 Dec 2023 22:34:00 +0100 Subject: [PATCH] tcp_cmd add text help for x y mode --- project/Core/Src/tcp_cmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/project/Core/Src/tcp_cmd.c b/project/Core/Src/tcp_cmd.c index 1b16e3a..ad614f7 100644 --- a/project/Core/Src/tcp_cmd.c +++ b/project/Core/Src/tcp_cmd.c @@ -212,6 +212,7 @@ static bool tcp_cmd_parser(struct tcp_pcb* pcb, int argc, char** argv) { LOG_WARN(TAG, "Bad usage of text"); tcp_cmd_write(pcb, "Usage: text \"\"\n"); tcp_cmd_write(pcb, "Usage: text \n"); + tcp_cmd_write(pcb, "Usage: text \"\" \n"); return false; } if (strcmp(argv[0], "bgcolor") == 0) {