We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779a4d7 commit aa9d2a0Copy full SHA for aa9d2a0
src/ESP8266FS.java
@@ -260,7 +260,7 @@ private void createAndUpload(){
260
String dataPath = dataFolder.getAbsolutePath();
261
String toolPath = tool.getAbsolutePath();
262
String sketchName = editor.getSketch().getName();
263
- String imagePath = getBuildFolderPath(editor.getSketch()) + "/" + sketchName + ".spiffs.bin";
+ String imagePath = getBuildFolderPath(editor.getSketch()) + "\\" + sketchName + ".spiffs.bin";
264
String resetMethod = BaseNoGui.getBoardPreferences().get("upload.resetmethod");
265
String uploadSpeed = BaseNoGui.getBoardPreferences().get("upload.speed");
266
String uploadAddress = BaseNoGui.getBoardPreferences().get("build.spiffs_start");
0 commit comments