rebase First try to make use of uIP for sending syslog

This commit is contained in:
feelfree69
2026-04-12 13:02:37 +02:00
parent 193eacf51b
commit eaa21d5975
11 changed files with 106 additions and 69 deletions
+2 -4
View File
@@ -1321,10 +1321,8 @@ void idle(void)
cmd_available = 0;
if (!cmd_tokenize())
cmd_parser();
print_string("\n> ");
print_cmd_prompt();
}
handle_syslog();
}
@@ -2213,7 +2211,7 @@ void main(void)
early_boot_handle_button();
execute_config();
print_string("\n> ");
print_cmd_prompt();
idle_ready = 1;
set_sys_led_state(SYS_LED_ON);