Revert "Remove SSH console startup instructions"

This reverts commit ec56d20b3e.
This commit is contained in:
2026-08-30 23:14:18 +02:00
parent ec56d20b3e
commit 26e8bbe905
+2
View File
@@ -660,6 +660,8 @@ 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> ");