mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-13 06:56:56 +03:00
Update edit_explain_7.html
https://github.com/jomjol/AI-on-the-edge-device/issues/3284?notification_referrer_id=NT_kwDOAAj1wbIxMjY3MDI1Njk3MDo1ODcyMDE#issuecomment-2387102786
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user