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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Arduino ESP32 LittleFS filesystem uploader
4
4
5
-
- Arduino plugin, which packs sketch <b>data</b> folder into LittleFS filesystem image and uploads the image to ESP32 flash memory
5
+
- Arduino plugin, which packs sketch **data** folder into LittleFS filesystem image and uploads the image to ESP32 flash memory
6
6
- Everything is kept identified as SPIFFS for compatibility with your previous code like drop-in replacement
7
7
- Same partition scheme and "data" folder is used
8
8
- You can use either LITTLEFS or SPIFFS but not both simultaneously on given Arduino project
@@ -16,7 +16,7 @@
16
16
- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet.
17
17
- Copy the tool into tools directory (the path will look like ```<home_dir>/Arduino/tools/ESP32LittleFS/tool/esp32littlefs.jar```).
18
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
19
+
- Copy it to **/tools** folder of esp32 platform where **espota** and **esptool** (.py or.exe) tools are located
20
20
- Restart Arduino IDE.
21
21
22
22
On the OS X create the tools directory in ~/Documents/Arduino/ and unpack the files there
@@ -39,14 +39,14 @@ On the OS X create the tools directory in ~/Documents/Arduino/ and unpack the fi
39
39
40
40
- This work is based on the [original tool](https://github.com/me-no-dev/arduino-esp32fs-plugin/) Copyright (c) 2015 Hristo Gochkov (hristo at espressif dot com)
41
41
- Licensed under GPL v2 ([text](LICENSE))
42
-
- ESP8266 variant of same tool, made by [<b>earlephilhower</b> is here](https://github.com/earlephilhower/arduino-esp8266littlefs-plugin)
42
+
- ESP8266 variant of same tool, made by [**earlephilhower** is here](https://github.com/earlephilhower/arduino-esp8266littlefs-plugin)
43
43
- ESP8266 variant of LittleFS libraty, same author: [see here](https://github.com/esp8266/Arduino/tree/master/libraries/LittleFS)
44
44
45
45
## Quick building on Win:
46
46
47
47
- Install Java JDK
48
48
- Find the path of javac.exe and jar.exe
49
49
- Edit make_win.bat accordingly
50
-
- Copy files <b>arduino-core.jar , commons-codec-1.7.jar , pde.jar</b> from your Arduino IDE installation to the folder where is located <b>make_win.bat</b>
51
-
- Run <b>make_win.bat</b>
52
-
- Find the <b>build jar</b> in /bin directory
50
+
- Copy files **arduino-core.jar , commons-codec-1.7.jar , pde.jar** from your Arduino IDE installation to the folder where is located **make_win.bat**
0 commit comments