Compare commits

..

2 Commits

Author SHA1 Message Date
lnk
439b22243a Merge branch '测试2' of http://192.168.1.22:3000/zhangwen/front_linux into 测试2 2026-07-17 09:38:22 +08:00
lnk
0e7244952b 修复升级 2026-07-17 09:37:40 +08:00

View File

@@ -3692,7 +3692,8 @@ void check_device_busy_timeout()
{
dev.busytimecount++;
if (dev.busytype == static_cast<int>(DeviceState::READING_FILEDATA) || dev.busytype == static_cast<int>(DeviceState::READING_STATSFILE)) //下载文件业务
if (dev.busytype == static_cast<int>(DeviceState::READING_FILEDATA) || dev.busytype == static_cast<int>(DeviceState::READING_STATSFILE)
|| dev.busytype == static_cast<int>(DeviceState::SET_PREUPGRADE) || dev.busytype == static_cast<int>(DeviceState::SET_UPGRADE)) //下载文件业务
{
if (dev.busytimecount > 600)
{