Skip to content

Commit 22efec6

Browse files
committed
Release 2.0.5 with comment how to build a jar that is in esp32fs_no_compress.zip variant
1 parent 810d85c commit 22efec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ESP32FS.java

+1
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ private void createAndUpload(){
439439
System.out.println("[" + typefs + "] mode : "+flashMode);
440440
System.out.println("[" + typefs + "] freq : "+flashFreq);
441441
System.out.println();
442+
// change after "write_flash" "-z" to "-u" (--no_compress) below to build file for esp32fs_no_compress.zip
442443
if(esptool.getAbsolutePath().endsWith(".py"))
443444
sysExec(new String[]{pythonCmd, esptool.getAbsolutePath(), "--chip", getChip(), "--baud", uploadSpeed, "--port", serialPort, "--before", "default_reset", "--after", "hard_reset", "write_flash", "-z", "--flash_mode", flashMode, "--flash_freq", flashFreq, "--flash_size", "detect", ""+spiStart, imagePath});
444445
else

0 commit comments

Comments
 (0)