joltwallet / esp_littlefs

LittleFS port for ESP-IDF
MIT License
255 stars 95 forks source link

Fix LITTLEFS_USE_ONLY_HASH=y with recent esp-idf #112

Closed agarof closed 1 year ago

agarof commented 1 year ago

Currently, having CONFIG_LITTLEGS_USE_ONLY_HASH set to y breaks the build when using esp-idf >= v4.4.2.

BrianPugh commented 1 year ago

thank you! will release a patch now.