Skip to content

Commit 9158592

Browse files
authored
Fix garbled output following ESP32 update (#224)
***NO_CI***
1 parent 4a148bc commit 9158592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanoFirmwareFlasher.Library/Esp32Operations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ public static async System.Threading.Tasks.Task<ExitCodes> UpdateFirmwareAsync(
436436
if (verbosity >= VerbosityLevel.Normal)
437437
{
438438
Console.ForegroundColor = ConsoleColor.Green;
439-
Console.WriteLine("OK");
439+
Console.WriteLine("OK ");
440440

441441
// warn user if reboot is not possible
442442
if (espTool.CouldntResetTarget)

0 commit comments

Comments
 (0)