fix spacing in print help
This commit is contained in:
2023-11-30 00:00:08 +01:00
parent 2508d365c3
commit 56846b7643

View File

@@ -36,6 +36,7 @@ void tcp_cmd_print_help(struct tcp_pcb* pcb) {
"textColor <r> <g> <b> : set the color of the text\r\n"
"listImages : shows a list with images in the filesystem\r\n"
"setImage <image_name> : put an image on the screen\r\n"
"setGift <image_name> : put a gif on the screen\r\n"
"exit : closes the connection\r\n");
}