webserver integration, and fallback for WLEDMM_SAVE_FLASH

This commit is contained in:
Frank
2025-11-23 21:00:51 +01:00
parent ce596038e3
commit 202eb76dd6
2 changed files with 12 additions and 0 deletions

View File

@@ -419,6 +419,12 @@ const char PAGE_dmxmap[] PROGMEM = R"=====()=====";
method: "gzip",
filter: "html-minify",
},
{
file: "404mini.htm",
name: "PAGE_404_mini",
method: "gzip",
filter: "html-minify",
},
{
file: "favicon.ico",
name: "favicon",