FIxed SSID display in settings
All checks were successful
Test compiling project / test (push) Successful in 2m43s

This commit is contained in:
2025-02-23 10:36:28 +01:00
parent 146a4412e0
commit 354661c9ee
5 changed files with 9 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ void setup()
} else {
request->send(400, "text/plain", "Missing parameters"); // TODO add proper error messages
}
request->send(SPIFFS, "/settings.html", "text/html", false); // TODO add proper return templating
request->send(SPIFFS, "/settings.html", "text/html", false, processor); // TODO add proper return templating
});
server.on("/update_sensor_settings", HTTP_POST, [](AsyncWebServerRequest* request) {