File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,13 +142,13 @@ internal static async System.Threading.Tasks.Task<ExitCodes> UpdateFirmwareAsync
142142 }
143143 else if ( esp32Device . ChipType == "ESP32-S2" )
144144 {
145- // can't guess with certainty for this series, better have the user provide
146- // a target name
145+ // can't guess with certainty for this series, better request a target name to the user
147146
148147 Console . ForegroundColor = ConsoleColor . Red ;
149148
150149 Console . WriteLine ( "" ) ;
151- Console . WriteLine ( $ "No target name was provided! Please provide an appropriate one adding this option '--target MY_ESP32_S2_TARGET'.") ;
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'.") ;
152152 Console . WriteLine ( "" ) ;
153153
154154 Console . ForegroundColor = ConsoleColor . White ;
You can’t perform that action at this time.
0 commit comments