mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-14 14:08:19 +08:00
去除初始化AP的密码
This commit is contained in:
12
TC1/main.c
12
TC1/main.c
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user