版本号2.03,JQ_UID_PWD_Bind 不注码时返回成功

This commit is contained in:
ranchuan
2023-10-26 18:11:51 +08:00
parent 40050fe571
commit 831a002bca
4 changed files with 6 additions and 3 deletions

View File

@@ -226,3 +226,5 @@
XT模块读取工厂信息测试命令返回读取结果
2023.10.25
解决检测后立即赋码会直接返回成功的bug
2023.10.26
版本号2.03JQ_UID_PWD_Bind 不注码时返回成功

View File

@@ -839,6 +839,7 @@ void JQ_UID_PWD_Bind(void)
if(JQXT_Test_IsNeedBind() == 0)
{
Checker_MaskResult(0,checker_runcfg.task_info.runindex);
return;
}
uc_ack = JQ_ReadOTP(CHECKER_NET_ID,0x03,12,(uint8_t*)uc_optbuf);

View File

@@ -6,8 +6,8 @@
#define BUILD_DATE "2023-10-25 16:38:07"
#define SOFT_VERSION "2.02"
#define BUILD_DATE "2023-10-26 17:51:06"
#define SOFT_VERSION "2.03"

View File

@@ -7,7 +7,7 @@ import mycopy
# 定义软件版本号
SOFT_VERION = "2.02"
SOFT_VERION = "2.03"