Просмотр исходного кода

Update edit_explain_7.html

https://github.com/jomjol/AI-on-the-edge-device/issues/3284?notification_referrer_id=NT_kwDOAAj1wbIxMjY3MDI1Njk3MDo1ODcyMDE#issuecomment-2387102786
michael 1 год назад
Родитель
Сommit
c708e2374a
1 измененных файлов с 6 добавлено и 3 удалено
  1. 6 3
      sd-card/html/edit_explain_7.html

+ 6 - 3
sd-card/html/edit_explain_7.html

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