Skip to content

Commit 7545798

Browse files
warning
1 parent 3b5b585 commit 7545798

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

BK7231Flasher/Flashers/ESPFlasher.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,11 @@ public bool Connect()
10251025
autoName = ChipMagicValues[chipMagic.Value];
10261026

10271027
if (autoName != null && autoName != detectedChip)
1028-
addWarningLine($"Warning: auto-detected chip is {autoName}, but user selected {detectedChip}");
1028+
{
1029+
addErrorLine("==========================================================");
1030+
addErrorLine($"Are you sure about chip type? Specified: {detectedChip} Detected: {autoName}");
1031+
addErrorLine("==========================================================");
1032+
}
10291033
else if (autoName != null)
10301034
addLogLine($"Auto-detect confirmed: {autoName}");
10311035
}

0 commit comments

Comments
 (0)