joltwallet / esp_littlefs

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

problem #including esp_paritition.h on v5.1 #146

Closed devprofile98 closed 11 months ago

devprofile98 commented 11 months ago

thanks for your great effort. I have difficulties using the project after pulling the new changes ( exactly on the dd0858d commit, where esp_partition is added), the problem is esp_littlefs.h can not include esp_partition.h: .../components/esp_littlefs/include/esp_littlefs.h:7:10: fatal error: esp_partition.h: No such file or directory. changing PRIV_REQUIRES ${pr} esptool_py spi_flash vfs [here] to public requirement will fix the problem: REQUIRES ${pr} esptool_py spi_flash vfs.

ESP-IDF version: ESP-IDF v5.1-dirty