mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 05:28:14 +08:00
fix:优化sntp服务
fix:主函数中初始化增加错误判断处理 代码格式化
This commit is contained in:
@@ -42,8 +42,6 @@ void user_function_cmd_received( uint8_t *pusrdata )
|
||||
}
|
||||
else if ( p_idx && cJSON_IsNumber( p_idx ) && p_idx->valueint == 3 ) //idx
|
||||
{
|
||||
|
||||
|
||||
os_log("val:%d",user_config->idx);
|
||||
os_log("name:%s",sys_config->micoSystemConfig.name);
|
||||
os_log("seed:%d",sys_config->micoSystemConfig.seed);
|
||||
|
||||
Reference in New Issue
Block a user