chmorgan / esphttpd-freertos

freertos example of libesphttpd for esp32 and esp8266
53 stars 14 forks source link

Large filesystem issue with esp_partition_mmap #34

Open MoegerleStephan opened 3 years ago

MoegerleStephan commented 3 years ago

Hi there,

I'm trying to separate the webpage data into a different 8MB partition. I sadly running into the same problem with the size of the filesystem (ESP_ERR_NO_MEM) than in following topic: https://github.com/espressif/esp-idf/issues/1184

Does anyone has a workaround for this or are there any examples available for how to adapt a SPIFFS fs with the esphttpd-freertos example? Thanks,

phatpaul commented 3 years ago

Please check #12 for how to add VFS filesystems.