EJ工厂代码otp0地址校验

This commit is contained in:
ranchuan
2023-11-23 21:02:11 +08:00
parent e3f33b9a6d
commit 4a4b37d3f1
2 changed files with 14 additions and 1 deletions

View File

@@ -271,4 +271,6 @@
ew程序下载批量验证成功
2023.11.20
添加重复执行指定任务的任务
2023.11.23
EJ工厂代码otp0地址校验

View File

@@ -304,8 +304,19 @@ void JQ_Test_FTCheck(void)
}
if(us_opt != 0xFFFF)
{
uc_rtv = 1;
uc_rtv = 2;
}
us_opt=0;
uc_ack = JQ_ReadOTP(CHECKER_NET_ID,0,1,(uint8_t*)&us_opt);
if(uc_ack != 1)
{
uc_rtv = 3;
}
if(us_opt==0)
{
uc_rtv=4;
}
Checker_MaskResult(uc_rtv,checker_runcfg.task_info.runindex);
}