mirror of
https://gitlab.com/wirelos/sprocket-plugin-web.git
synced 2025-12-16 06:34:31 +01:00
Use new config folder
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
WebConfigPlugin::WebConfigPlugin(AsyncWebServer *webServer)
|
||||
{
|
||||
server = webServer;
|
||||
server->serveStatic("/config.json", SPIFFS, "config.json");
|
||||
server->serveStatic("/config/wifi.json", SPIFFS, "config/wifi.json");
|
||||
}
|
||||
void WebConfigPlugin::activate(Scheduler *userScheduler)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user