Browse Source

Added a note about PR to embed LITTLEFS to esp32 core is made, too see the PR status here:
https://github.com/espressif/arduino-esp32/pull/4096

lorol 4 years ago
parent
commit
4d7eb3a985
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -6,6 +6,7 @@
 - Independent library, no need ESP-IDF SDK and arduino + littlefs component recompiling / re-integration, but it could be implemented this way, too.
 - Functionality is the same and SPIFFS partition scheme and data folder meaning are kept
 - You can use either LITTLEFS or SPIFFS but not both simultaneously on given Arduino project
+- A PR to embed it to esp32 core is made too. See the [PR status here](https://github.com/espressif/arduino-esp32/pull/4096) 
 
 ### Installation