Skip to content

Commit a188a60

Browse files
authored
Update README.md
1 parent 310e9d0 commit a188a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ if (!FFat.begin(0, "", 1)) die("Fat FS mount failed. Not enough RAM?");
3939
- Make sure you use one of the supported versions of Arduino IDE and have ESP32 core installed.
4040
- Download **esp32fs.zip** zipped tool from [latest release](https://github.com/lorol/arduino-esp32fs-plugin/releases)
4141
- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet.
42-
- Unpack the tool into tools directory (the path will look like ```<home_dir>/Arduino/tools/ESP32FS/tool/esp32fs.jar```).
43-
- Make sure you have **mklittlefs[.exe]** and **mkfatfs[.exe]** available at **/tools** folder or in sub-folder there
42+
- Unpack the tool into "Setup->sketchbook location" **/tools** directory. Example: ```<home_dir>/Arduino/tools/ESP32FS/tool/esp32fs.jar``` or on OSX ```/Applications/Arduino.app/Contents/Java/tools/ESP32FS``` .
43+
- Make sure you have **mklittlefs[.exe]** and **mkfatfs[.exe]** available at esp32 core installation folder. Look inside of **\AppData\Local\Arduino15\...** or on zip IDE install, see "Setup->sketchbook location" **hardware\espressif\esp32\tools**
4444
- For reference, see at [previous releases](https://github.com/lorol/arduino-esp32fs-plugin/releases) for copies of archived binaries in question.
4545
- You can also use provided **package_esp32_index.template.json** to run **get.py** with it and download the missing binary files
4646
- Restart Arduino IDE.

0 commit comments

Comments
 (0)