修复升级

This commit is contained in:
lnk
2026-07-17 09:37:40 +08:00
parent 7fbc24a384
commit 0e7244952b

View File

@@ -3692,7 +3692,8 @@ void check_device_busy_timeout()
{ {
dev.busytimecount++; 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) if (dev.busytimecount > 600)
{ {