FIxed SSID display in settings
All checks were successful
Test compiling project / test (push) Successful in 2m43s
All checks were successful
Test compiling project / test (push) Successful in 2m43s
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user