Skip to content

Commit aa9d2a0

Browse files
Change / to \\
Small change just to prevent user feedback like below with both slashes \ / \Temp\build0b7c876bad0e6bc5f496819d337cc566.spiffs/virginSoil.spiffs.bin
1 parent 779a4d7 commit aa9d2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESP8266FS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ private void createAndUpload(){
260260
String dataPath = dataFolder.getAbsolutePath();
261261
String toolPath = tool.getAbsolutePath();
262262
String sketchName = editor.getSketch().getName();
263-
String imagePath = getBuildFolderPath(editor.getSketch()) + "/" + sketchName + ".spiffs.bin";
263+
String imagePath = getBuildFolderPath(editor.getSketch()) + "\\" + sketchName + ".spiffs.bin";
264264
String resetMethod = BaseNoGui.getBoardPreferences().get("upload.resetmethod");
265265
String uploadSpeed = BaseNoGui.getBoardPreferences().get("upload.speed");
266266
String uploadAddress = BaseNoGui.getBoardPreferences().get("build.spiffs_start");

0 commit comments

Comments
 (0)