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 4a148bc commit 9158592Copy full SHA for 9158592
nanoFirmwareFlasher.Library/Esp32Operations.cs
@@ -436,7 +436,7 @@ public static async System.Threading.Tasks.Task<ExitCodes> UpdateFirmwareAsync(
436
if (verbosity >= VerbosityLevel.Normal)
437
{
438
Console.ForegroundColor = ConsoleColor.Green;
439
- Console.WriteLine("OK");
+ Console.WriteLine("OK ");
440
441
// warn user if reboot is not possible
442
if (espTool.CouldntResetTarget)
0 commit comments