Skip to content

Commit 44a53b8

Browse files
authored
Update README.md
Initial release
1 parent 4bad784 commit 44a53b8

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
@@ -5,12 +5,12 @@
55
- Everything is kept identified as SPIFFS for compatibility with your previous code like drop-in replacement
66
- Same partition scheme and "data" folder is used
77
- You can use either LITTLEFS or SPIFFS but not both simultaneously on given Arduino project
8-
- Find my LITTLEFS library for arduino-esp32 core [here](https://github.com/lorol/arduino-esp32littlefs-plugin/raw/master/src/bin/esp32littlefs.jar)
8+
- Find my LITTLEFS library for arduino-esp32 core
99

1010
## Installation
1111

1212
- Make sure you use one of the supported versions of Arduino IDE and have ESP32 core installed.
13-
- Download the tool archive from [here](https://github.com/lorol )
13+
- Download the tool archive from [here](https://github.com/lorol/arduino-esp32littlefs-plugin/raw/master/src/bin/esp32littlefs.jar)
1414
- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet.
1515
- Unpack the tool into tools directory (the path will look like ```<home_dir>/Arduino/tools/ESP32LittleFS/tool/esp32littlefs.jar```).
1616
- You need [mklittlefs tool](https://github.com/earlephilhower/mklittlefs) Download the [release](https://github.com/earlephilhower/mklittlefs/releases) and copy it to

0 commit comments

Comments
 (0)