From 0e7244952b22c9171a38719d8c17af0149199f66 Mon Sep 17 00:00:00 2001 From: lnk Date: Fri, 17 Jul 2026 09:37:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LFtid1056/cloudfront/code/cfg_parser.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LFtid1056/cloudfront/code/cfg_parser.cpp b/LFtid1056/cloudfront/code/cfg_parser.cpp index 9f3f669..f833792 100644 --- a/LFtid1056/cloudfront/code/cfg_parser.cpp +++ b/LFtid1056/cloudfront/code/cfg_parser.cpp @@ -3692,7 +3692,8 @@ void check_device_busy_timeout() { dev.busytimecount++; - if (dev.busytype == static_cast(DeviceState::READING_FILEDATA) || dev.busytype == static_cast(DeviceState::READING_STATSFILE)) //下载文件业务 + if (dev.busytype == static_cast(DeviceState::READING_FILEDATA) || dev.busytype == static_cast(DeviceState::READING_STATSFILE) + || dev.busytype == static_cast(DeviceState::SET_PREUPGRADE) || dev.busytype == static_cast(DeviceState::SET_UPGRADE)) //下载文件业务 { if (dev.busytimecount > 600) {