Does new Http server file server
https://github.com/espressif/esp-idf/bl ... e_server.c
File server presently supports only '/spiffs' as base path
Can i used with sdcard?
Http server file server
-
- Posts: 9715
- Joined: Thu Nov 26, 2015 4:08 am
Re: Http server file server
As far as I'm aware, the webserver is filesystem- and device-agnostic, so you can have it serve anything that appears in the esp-idf vfs tree, including SD-cards.
Re: Http server file server
Thanks,ESP_Sprite wrote: ↑Wed Jun 19, 2019 2:24 amAs far as I'm aware, the webserver is filesystem- and device-agnostic, so you can have it serve anything that appears in the esp-idf vfs tree, including SD-cards.
I will try. I am using mongoose currently. I am facing slow file download. I would like to try this Http server to compare download speed. read of file store on sdcard. my file is 5Mb. It takes 30 seconds to download.
Who is online
Users browsing this forum: No registered users and 120 guests