Skip to content

Commit 0dee3f7

Browse files
committed
Verifying README ...
1 parent 0ba462c commit 0dee3f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Arduino ESP32 LittleFS filesystem uploader
44

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
66
- Everything is kept identified as SPIFFS for compatibility with your previous code like drop-in replacement
77
- Same partition scheme and "data" folder is used
88
- You can use either LITTLEFS or SPIFFS but not both simultaneously on given Arduino project
@@ -16,7 +16,7 @@
1616
- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet.
1717
- Copy the tool into tools directory (the path will look like ```<home_dir>/Arduino/tools/ESP32LittleFS/tool/esp32littlefs.jar```).
1818
- 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
2020
- Restart Arduino IDE.
2121

2222
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
3939

4040
- 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)
4141
- 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)
4343
- ESP8266 variant of LittleFS libraty, same author: [see here](https://github.com/esp8266/Arduino/tree/master/libraries/LittleFS)
4444

4545
## Quick building on Win:
4646

4747
- Install Java JDK
4848
- Find the path of javac.exe and jar.exe
4949
- 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**
51+
- Run **make_win.bat**
52+
- Find the **build jar** in /bin directory

0 commit comments

Comments
 (0)