You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@
5
5
- Everything is kept identified as SPIFFS for compatibility with your previous code like drop-in replacement
6
6
- Same partition scheme and "data" folder is used
7
7
- 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
9
9
10
10
## Installation
11
11
12
12
- 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)
14
14
- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet.
15
15
- Unpack the tool into tools directory (the path will look like ```<home_dir>/Arduino/tools/ESP32LittleFS/tool/esp32littlefs.jar```).
16
16
- 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