调整畸变不反回数据

This commit is contained in:
13038267101 2023-01-05 20:32:28 +08:00
parent f692b92e7a
commit f84f1eae03
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ void hg_scanner_300::thread_handle_usb_read(void)
}
}
if (sw.elapsed_ms() > 20000 && !is_auto_falt)//防止状态信息一直取不上来导致卡死
if (sw.elapsed_ms() > 20000)//防止状态信息一直取不上来导致卡死
{
//3288固件 获取有纸无纸问题的bug如果是打开盖子在start之前【主动】获取的话会先报无纸而不是开盖。
//但是在【端点】又获取不到有纸还是无纸的状态,所以只能通过等待超时,再来【主动】获取有无纸张。