Skip to content

Commit

Permalink
Update edit_explain_7.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SybexX authored Oct 1, 2024
1 parent 4c3dcd8 commit c708e23
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions sd-card/html/edit_explain_7.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ <h4>Step 7 / 7: Initial setup completed!</h4>
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";

Expand Down

0 comments on commit c708e23

Please sign in to comment.