File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,8 @@ private void createAndUpload(){
265
265
}
266
266
}
267
267
}
268
+ System .out .println ("mklittlefs : " + tool .getAbsolutePath ());
269
+ System .out .println ();
268
270
269
271
//make sure the serial port or IP is defined
270
272
if (serialPort == null || serialPort .isEmpty ()) {
@@ -282,6 +284,8 @@ private void createAndUpload(){
282
284
editor .statusError ("LITTLEFS Error: espota not found!" );
283
285
return ;
284
286
}
287
+ System .out .println ("espota : " +espota .getAbsolutePath ());
288
+ System .out .println ();
285
289
} else {
286
290
String esptoolCmd = "esptool" +toolExtension ;
287
291
esptool = new File (platform .getFolder ()+"/tools" , esptoolCmd );
@@ -296,6 +300,8 @@ private void createAndUpload(){
296
300
}
297
301
}
298
302
}
303
+ System .out .println ("esptool : " +esptool .getAbsolutePath ());
304
+ System .out .println ();
299
305
}
300
306
301
307
//load a list of all files
You can’t perform that action at this time.
0 commit comments