forked from me-no-dev/ESPAsyncWebServer
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
ESP8266
server.serveStatic("/index.html", LittleFS, "/index.html");
It doesn't work in AP Captive Portal mode after a file upload without a reboot.
server.serveStatic("/index.html", LittleFS, "/index.html").setCacheControl("no-store").setTemplateProcessor(asyncProcessor).;
.server.serveStatic("/index.html", LittleFS, "/index.html").setCacheControl("no-store").setAuthentication("user","pass");
3x ram usage, not modify parameters.
Metadata
Metadata
Assignees
Labels
No labels