소스 검색

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 년 전
부모
커밋
4d7eb3a985
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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