From 5578d8f2abbbf44facbadef1bf0a9f3ade346bf1 Mon Sep 17 00:00:00 2001 From: wenjie1123 Date: Wed, 7 Jan 2026 11:07:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=8B=E8=BD=BD=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E5=A4=A7=E5=B0=8F=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wenjie1123 --- DeployDevice/src/core/base.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DeployDevice/src/core/base.py b/DeployDevice/src/core/base.py index 3868d5d2..e17f2cfb 100644 --- a/DeployDevice/src/core/base.py +++ b/DeployDevice/src/core/base.py @@ -52,6 +52,9 @@ class BaseApp(object): if ret == 99: flash_two(nowtime, flash_type) return 99 + if ret == 100: + flash_two(nowtime, flash_type) + return 100 if not ret: flash_two(nowtime, flash_type) return -1