Add backend support for L2 entries in web

This commit is contained in:
logicog
2026-01-16 18:04:22 +01:00
parent e0c9338357
commit e59158e006
3 changed files with 100 additions and 0 deletions
+3
View File
@@ -573,6 +573,9 @@ void httpd_appcall(void)
send_counters(q[20]-'0');
} else if (is_word(q, "/eee.json")) {
send_eee();
} else if (is_word(q, "/l2.json")) {
parse_short(q + 13); // e.g.: /l2.json?idx=10
send_l2(short_parsed);
} else if (is_word(q, "/mirror.json")) {
send_mirror();
} else if (is_word(q, "/mtu.json")) {