mirror of
https://gitlab.com/wirelos/sprocket-plugin-web.git
synced 2026-05-06 18:11:43 +02: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