File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments