暂存V1.0版本

This commit is contained in:
stark1898y 2025-02-08 18:00:34 +08:00
parent 8a5f6e2e85
commit ac56f86cf0
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#define MAX_EXPIRATION_DAYS (365 * MAX_EXPIRATION_YEARS + 30 * 3U)
#define SYS_HW_VERSION (0X22U)
#define SYS_SW_VERSION (0X13U)
#define SYS_SW_VERSION (0X10U)
#define SYS_IOT_UPLOAD_CYCLE_MIN (0X3C00U) // 高位在前,低位在后
#define SYS_IOT_RETRY (0X03U)
#define SYS_TEMP_ALARM_THRESHOLD (0X30U)

View File

@ -828,7 +828,7 @@ int Nt26k_Process_Events(Nt26kEvent nt26k_recv_event, struct at_device *device,
else
{
// 收不到说明在平台未注册或者信号不行,此时nt26k_connect_sever_flag 为0但nt26k_conncet_tcp_flag = 1此时不发起重连等待事件触发就行
ret = RT_ERROR;
}
}
@ -1557,6 +1557,7 @@ static void Nt26k_Life_Thread_Entry(void *parameter)
{
LOG_D("关闭模组功能");
}
result = -RT_ETIMEOUT;
goto __exit;
}
}