tcp_cmd
fix spacing in print help
This commit is contained in:
@@ -31,11 +31,12 @@ void tcp_cmd_print_header(struct tcp_pcb* pcb) {
|
||||
void tcp_cmd_print_help(struct tcp_pcb* pcb) {
|
||||
tcp_cmd_write(pcb,
|
||||
"help : shows a list of commands\r\n"
|
||||
"text \"<text>\" : puts text on the lcd\r\n"
|
||||
"text \"<text>\" : puts text on the lcd\r\n"
|
||||
"color <r> <g> <b> : set the background color of the lcd\r\n"
|
||||
"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"
|
||||
"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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user