We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d47f6 commit ddfc1c7Copy full SHA for ddfc1c7
nanoFirmwareFlasher.Library/StmDeviceBase.cs
@@ -392,7 +392,7 @@ public ExitCodes ExecuteFlashBinFiles(
392
393
var cliOutput = RunSTM32ProgrammerCLI($"-c {connectDetails} mode=UR -w \"{binFilePath}\" {addresses.ElementAt(index++)}");
394
395
- if (!cliOutput.Contains("Programming Complete."))
+ if (!cliOutput.Contains("File download complete"))
396
{
397
ShowCLIOutput(cliOutput);
398
0 commit comments