A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/me-no-dev/arduino-esp32fs-plugin/commit/278ffa0f1ea3c3478312652727062e083dd34588 below:

Change tool from esptool to esptool_py · me-no-dev/arduino-esp32fs-plugin@278ffa0 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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