From b9e6db147cf4399e68da61dfd790b10790b4360e Mon Sep 17 00:00:00 2001 From: "jiangqun.chen" Date: Thu, 2 Jul 2026 16:47:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B2=A1=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E9=87=8D=E5=A4=8D=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WinISP/FormISP_MSI.cs | 21 ++----------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/WinISP/FormISP_MSI.cs b/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/WinISP/FormISP_MSI.cs index 1d27f54..f5af911 100644 --- a/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/WinISP/FormISP_MSI.cs +++ b/WIN10_WinISP_SrcCode_For_MOKA_20250416_1/WinISP/FormISP_MSI.cs @@ -1909,15 +1909,7 @@ namespace WinISP } frmISP.WriteLog("flashSectorInfo built. sectorCount = " + flashSectorInfo.Count + ", sectorSize = " + _flashSectorSize, "debug"); } - - string checkErr; - if (!ValidateMonitorVsBin(out checkErr)) - { - frmISP.WriteLog("[Validate-PreConnect] ValidateMonitorVsBin FAIL: " + checkErr, "error"); - SetStatusMsg(checkErr, true); - btnAuto.Enabled = false; - return; - } + prbProgress.Maximum = flashSectorInfo.Count; prbProgress.Value = 0; int imgNum = 0; @@ -1973,16 +1965,7 @@ namespace WinISP case 1: { frmISP.WriteLog("MTKChipType=TSUM", "info"); } break; case 2: { frmISP.WriteLog("MTKChipType=MST9U", "info"); } break; } - string verifyErr; - if (!ValidateMonitorVsBin(out verifyErr)) - { - frmISP.WriteLog("[Validate-PostConnect] ValidateMonitorVsBin FAIL: " + verifyErr, "error"); - SetStatusMsg(verifyErr, true); - SetISPStatus(false); - btnAuto.Enabled = false; - return; - } - + Application.DoEvents(); //init file info int rdSize = 0;