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 27df656 commit 649d0beCopy full SHA for 649d0be
nanoFirmwareFlasher.Library/EspTool.cs
@@ -162,7 +162,7 @@ public Esp32DeviceInfo GetDeviceDetails(
162
null,
163
out messages))
164
{
165
- if(messages.Contains("A fatal error occurred: Failed to connect to Espressif device: No serial data received."))
+ if (messages.Contains("A fatal error occurred: Failed to connect to Espressif device: No serial data received."))
166
167
Console.ForegroundColor = ConsoleColor.Red;
168
0 commit comments