去除初始化AP的密码

This commit is contained in:
Your Name
2025-03-09 14:24:34 +08:00
parent 026b192396
commit 1fd6958ddb
4 changed files with 9 additions and 8 deletions

View File

@@ -151,12 +151,12 @@ int application_start(void)
}
MicoSysLed(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);
// }
if (user_config->version != USER_CONFIG_VERSION)
{
tc1_log("WARNGIN: user params restored!");
err = mico_system_context_restore(sys_config);
require_noerr(err, exit);
}
if (sys_config->micoSystemConfig.name[0] == 1)
{