File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
nanoFirmwareFlasher.Library Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -445,8 +445,6 @@ public static async System.Threading.Tasks.Task<ExitCodes> UpdateFirmwareAsync(
445445 {
446446 if ( verbosity >= VerbosityLevel . Normal )
447447 {
448- Console . Write ( $ "Flashing firmware...") ;
449-
450448 Console . ForegroundColor = ConsoleColor . Green ;
451449 Console . WriteLine ( "OK" . PadRight ( 110 ) ) ;
452450
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ public Esp32DeviceInfo GetDeviceDetails(
150150 if ( Verbosity >= VerbosityLevel . Normal )
151151 {
152152 Console . ForegroundColor = ConsoleColor . White ;
153- Console . WriteLine ( $ "Reading details from chip...") ;
153+ Console . Write ( $ "Reading details from chip...") ;
154154 }
155155
156156 // execute flash_id command and parse the result
You can’t perform that action at this time.
0 commit comments