Remove SSH console startup instructions
This commit is contained in:
@@ -660,8 +660,6 @@ static void uart_frontend_task(void *context)
|
|||||||
(void)context;
|
(void)context;
|
||||||
setvbuf(stdin, NULL, _IONBF, 0);
|
setvbuf(stdin, NULL, _IONBF, 0);
|
||||||
linenoiseSetMaxLineLen(ADMIN_SSH_CONSOLE_COMMAND_LINE_CAPACITY);
|
linenoiseSetMaxLineLen(ADMIN_SSH_CONSOLE_COMMAND_LINE_CAPACITY);
|
||||||
printf("\r\nType 'help' to get the list of commands.\r\n"
|
|
||||||
"Use UP/DOWN arrows for history and TAB for completion.\r\n");
|
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
char *line = linenoise("serial-tool> ");
|
char *line = linenoise("serial-tool> ");
|
||||||
|
|||||||
Reference in New Issue
Block a user