You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.WriteLine($"There is no firmware available for ESP32 with {Esp32DeviceInfo.GetFlashSizeAsString(flashSize)} flash size!{Environment.NewLine}Only the following flash sizes are supported: {string.Join(", ",SupportedFlashSizes.Select(size =>size>=0x10000?$"{size/0x100000}MB":$"{size/0x400}kB."))}");
69
+
Console.WriteLine($"There is no firmware available for ESP32 with {Esp32DeviceInfo.GetFlashSizeAsString(flashSize)} flash size!{Environment.NewLine}Only the following flash sizes are supported: {string.Join(", ",SupportedFlashSizes.Select(size =>size>=0x10000?$"{size/0x100000}MB":$"{size/0x400}kB."))}");
0 commit comments