michael
2024-10-02 01:43:50 +02:00
committed by GitHub
parent 4c3dcd8c29
commit c708e2374a

View File

@@ -51,9 +51,12 @@ p {font-size: 1em;}
if (!loadConfig(domainname)) { if (!loadConfig(domainname)) {
firework.launch('Setup mode could not be deactivated! Please try again!', 'danger', 30000); firework.launch('Setup mode could not be deactivated! Please try again!', 'danger', 30000);
return; return;
} }
ParseConfig();
param = getConfigParameters(); // ParseConfig();
// param = getConfigParameters();
param = getCamConfig();
param["System"]["SetupMode"]["enabled"] = true; param["System"]["SetupMode"]["enabled"] = true;
param["System"]["SetupMode"]["value1"] = "false"; param["System"]["SetupMode"]["value1"] = "false";