Add mtu support in http server

This commit is contained in:
logicog
2025-12-22 23:28:50 +01:00
parent 67fbad38ce
commit 51345a07e6
4 changed files with 115 additions and 15 deletions
+2
View File
@@ -570,6 +570,8 @@ void httpd_appcall(void)
send_eee();
} else if (is_word(q, "/mirror.json")) {
send_mirror();
} else if (is_word(q, "/mtu.json")) {
send_mtu();
} else if (is_word(q, "/lag.json")) {
send_lag();
} else if (is_word(q, "/config")) {