Skip to content

Commit 9aa44cb

Browse files
authored
Improve message requesting target name for ESP32-S2 series (#122)
***NO_CI***
1 parent 937d96c commit 9aa44cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nanoFirmwareFlasher/Esp32Operations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ internal static async System.Threading.Tasks.Task<ExitCodes> UpdateFirmwareAsync
147147
Console.ForegroundColor = ConsoleColor.Red;
148148

149149
Console.WriteLine("");
150-
Console.WriteLine($"For ESP32-S2 series nanoff can't make an educated guess on the best target to use");
151-
Console.WriteLine($"Please provide an appropriate one by adding this option '--target MY_ESP32_S2_TARGET'.");
150+
Console.WriteLine($"For ESP32-S2 series nanoff isn't able to make an educated guess on the best target to use.");
151+
Console.WriteLine($"Please provide a valid target name using this option '--target MY_ESP32_S2_TARGET' instead of '--platform esp32'.");
152152
Console.WriteLine("");
153153

154154
Console.ForegroundColor = ConsoleColor.White;

0 commit comments

Comments
 (0)