增加了童锁功能

This commit is contained in:
nhkefus
2025-03-19 14:19:09 +08:00
parent 57dbe17175
commit 5f81f2ca71
8 changed files with 126 additions and 19 deletions

View File

@@ -145,6 +145,7 @@ int application_start(void) {
}
MicoSysLed(0);
childLockEnabled = (int)user_config->user[0];
if (user_config->version != USER_CONFIG_VERSION) { tc1_log("WARNGIN: user params restored!");
err = mico_system_context_restore(sys_config);
require_noerr(err, exit);