File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
nanoFirmwareFlasher.Library Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,20 @@ public ExitCodes ExecuteFlashBinFiles(
252252
253253 return ExitCodes . E5006 ;
254254 }
255+
256+ if ( Verbosity >= VerbosityLevel . Normal
257+ && cliOutput . Contains ( "Skipped. Contents already match" ) )
258+ {
259+ Console . ForegroundColor = ConsoleColor . Yellow ;
260+
261+ Console . WriteLine ( "" ) ;
262+ Console . WriteLine ( "********************* WARNING **********************" ) ;
263+ Console . WriteLine ( "Skipped flashing. Contents already match the update." ) ;
264+ Console . WriteLine ( "****************************************************" ) ;
265+ Console . WriteLine ( "" ) ;
266+
267+ Console . ForegroundColor = ConsoleColor . White ;
268+ }
255269 }
256270
257271 if ( Verbosity < VerbosityLevel . Normal )
You can’t perform that action at this time.
0 commit comments