We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c66436 commit de505d9Copy full SHA for de505d9
README.md
@@ -5,7 +5,8 @@
5
- Everything is kept identified as SPIFFS for compatibility with your previous code like drop-in replacement
6
- Same partition scheme and "data" folder is used
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/LITTLEFS)
+- The LITTLEFS library for arduino-esp32 core is [here](https://github.com/lorol/LITTLEFS)
9
+- A PR to embed it to esp32 core is made, too. See the [PR status here](https://github.com/espressif/arduino-esp32/pull/4096)
10
11
## Installation
12
0 commit comments