Skip to content

Commit 0ba462c

Browse files
committed
Corrections
1 parent b24e36f commit 0ba462c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# arduino-esp32littlefs-plugin
2+
23
## Arduino ESP32 LittleFS filesystem uploader
34

45
- Arduino plugin, which packs sketch <b>data</b> folder into LittleFS filesystem image and uploads the image to ESP32 flash memory
@@ -14,8 +15,8 @@
1415
- Download the tool archive from [here](https://github.com/lorol/arduino-esp32littlefs-plugin/raw/master/src/bin/esp32littlefs.jar)
1516
- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet.
1617
- Copy the tool into tools directory (the path will look like ```<home_dir>/Arduino/tools/ESP32LittleFS/tool/esp32littlefs.jar```).
17-
- 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\mklittlefs\<x.x.x>\ or on checkout (dev) environment to: packages\esp32\hardware\esp32\<release>\tools\mklittlefs\
18+
- You need [mklittlefs tool](https://github.com/earlephilhower/mklittlefs) Download the [release](https://github.com/earlephilhower/mklittlefs/releases)
19+
- Copy it to <b>/tools</b> folder of esp32 platform where <b>espota</b> and <b>esptool</b> (.py or.exe) tools are located
1920
- Restart Arduino IDE.
2021

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

0 commit comments

Comments
 (0)