+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -286,9 +286,9 @@ private void createAndUpload(){
286
286
String esptoolCmd = "esptool"+toolExtension;
287
287
esptool = new File(platform.getFolder()+"/tools", esptoolCmd);
288
288
if(!esptool.exists() || !esptool.isFile()){
289
-
esptool = new File(platform.getFolder()+"/tools/esptool", esptoolCmd);
289
+
esptool = new File(platform.getFolder()+"/tools/esptool_py", esptoolCmd);
290
290
if(!esptool.exists()){
291
-
esptool = new File(PreferencesData.get("runtime.tools.esptool.path"), esptoolCmd);
291
+
esptool = new File(PreferencesData.get("runtime.tools.esptool_py.path"), esptoolCmd);
292
292
if (!esptool.exists()) {
293
293
System.err.println();
294
294
editor.statusError("SPIFFS Error: esptool not found!");
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4