修复升级
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user