Add EEE httpd support

This commit is contained in:
logicog
2025-10-21 17:46:18 +02:00
parent df1cd62518
commit 726b421824
4 changed files with 122 additions and 2 deletions
+2
View File
@@ -422,6 +422,8 @@ void httpd_appcall(void)
send_vlan(short_parsed);
} else if (is_word(q, "/counters.json")) {
send_counters(q[19]-'0');
} else if (is_word(q, "/eee.json")) {
send_eee();
} else {
send_not_found();
}