Remove SSH console startup instructions

This commit is contained in:
2026-08-30 23:11:39 +02:00
parent 5ecd88e19f
commit ec56d20b3e
-2
View File
@@ -660,8 +660,6 @@ static void uart_frontend_task(void *context)
(void)context;
setvbuf(stdin, NULL, _IONBF, 0);
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 (;;) {
char *line = linenoise("serial-tool> ");