Skip to content

Commit 584ebec

Browse files
committed
Typo errors fix
Minor changes
1 parent f78b698 commit 584ebec

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet.
1616
- Unpack the tool into tools directory (the path will look like ```<home_dir>/Arduino/tools/ESP32LittleFS/tool/esp32littlefs.jar```).
1717
- You need [mklittlefs tool](https://github.com/earlephilhower/mklittlefs) Download the [release](https://github.com/earlephilhower/mklittlefs/releases) and copy it to
18-
packages\esp32\tools\mkspiffs\<mklittlefs rev. x.x.x>\ or on checkout (dev) environment to: packages\esp32\hardware\esp32\<release>\tools\mklittlefs\
18+
packages\esp32\tools\mklittlefs\<x.x.x>\ or on checkout (dev) environment to: packages\esp32\hardware\esp32\<release>\tools\mklittlefs\
1919
- Restart Arduino IDE.
2020

2121
On the OS X create the tools directory in ~/Documents/Arduino/ and unpack the files there

src/bin/esp32littlefs.jar

0 Bytes
Binary file not shown.

src/make_win.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
del bin\*.*
12
"C:\Program Files (x86)\Java\jdk1.8.0_152\bin\javac.exe" -target 1.8 -cp ".;arduino-core.jar;commons-codec-1.7.jar;pde.jar" -d bin ESP32LittleFS.java
23
cd bin
34
"C:\Program Files (x86)\Java\jdk1.8.0_152\bin\jar.exe" cvfM esp32littlefs.jar *

0 commit comments

Comments
 (0)