- generic settings.js handler
- update info
- numeric (not really) hidden PIN
This commit is contained in:
Blaz Kristan
2022-03-02 15:41:31 +01:00
parent 9fd26fa574
commit b339f426f2
9 changed files with 285 additions and 282 deletions

View File

@@ -416,6 +416,12 @@ const char PAGE_dmxmap[] PROGMEM = R"=====()=====";
name: "PAGE_update",
method: "gzip",
filter: "html-minify",
mangle: (str) =>
str
.replace(
/function GetV().*\<\/script\>/gms,
"</script><script src=\"settings.js?p=9\"></script>"
)
},
{
file: "welcome.htm",