mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
add:json数据解析处理(未测试)
fix:优化代码注释
This commit is contained in:
@@ -174,13 +174,16 @@ void rtc_thread( mico_thread_arg_t arg )
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//<2F><><EFBFBD>´<EFBFBD><C2B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>¶<EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
if ( update_user_config_flag == 1 )
|
||||
{
|
||||
mico_system_context_update( sys_config ); //<2F><><EFBFBD>¶<EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
mico_system_context_update( sys_config );
|
||||
update_user_config_flag = 0;
|
||||
}
|
||||
|
||||
if ( rtc_init != 1 || (rtc_time.sec == 0 && rtc_time.min == 0) ) //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ÿСʱУһ<D7BC><D2BB>
|
||||
//SNTP<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ÿСʱУһ<EFBFBD><EFBFBD>
|
||||
if ( rtc_init != 1 || (rtc_time.sec == 0 && rtc_time.min == 0) )
|
||||
{
|
||||
micoWlanGetLinkStatus( &LinkStatus );
|
||||
if ( LinkStatus.is_connected == 1 )
|
||||
|
||||
Reference in New Issue
Block a user