New apporach: Make startup config independent.

This commit is contained in:
chriz
2026-02-12 14:17:22 +01:00
parent 670e0f02ec
commit ea37126e87
4 changed files with 45 additions and 14 deletions
+3
View File
@@ -601,6 +601,9 @@ void httpd_appcall(void)
} else if (is_word(q, "/cmd_log_clear")) {
clear_command_history();
send_mtu(); // dummy response
} else if (is_word(q, "/reset")) {
uip_close();
reset_chip();
} else {
send_not_found();
}