新增芯跳检测脚本

This commit is contained in:
ranchuan
2023-07-14 18:50:38 +08:00
parent 01b2109ce1
commit 688e942b1a
10 changed files with 3576 additions and 13 deletions

View File

@@ -290,10 +290,12 @@ function XT_Test_PowerOn(task,err_code)
end
---- 排除检测板异常
del(err_code,1)
print("check chip UID")
-- 下一步检测UID
return find_index(task["TaskIndex"]+2,4)
end
-- print("check chip UID")
-- -- 下一步检测UID
-- return find_index(task["TaskIndex"]+2,4)
print("check current")
return find_index(task["TaskIndex"]+2,3)
end
end
@@ -404,10 +406,10 @@ tasks_judge_fun={
XT_Test_PowerOn,--1
JQ_Test_Empty,--2
JQ_Test_Empty,--3
XT_Test_ScanUID,--4
JQ_Test_Empty,--5
JQ_Test_ChgEnergy,--6
JQ_Test_Empty,--7
XT_Test_BaseCurLow,--4
XT_Test_ScanUID,--5
JQ_Test_Empty,--6
JQ_Test_ChgEnergy,--7
JQ_Test_Empty,--8
JQ_Test_Empty,--9
JQ_Test_Empty,--10