debug: test dashboard HTML route on LilyGO

This commit is contained in:
2026-06-30 22:43:25 -06:00
parent b21e41341c
commit 4f24e6f87a
@@ -4120,7 +4120,8 @@ void setup() {
server.on("/", HTTP_GET, []() {
server.send(200, "text/plain", "Overland Controller");
Serial.println("HTTP GET / dashboard");
server.send_P(200, "text/html", INDEX_HTML);
});
server.on(API_V1("/health"), HTTP_GET, handleHealth);