Page 1 of 1

What is the subtype ESPHTTPD used for?

Posted: Thu Jun 03, 2021 7:52 am
by Jay_EEE
ESPHTTPD can be given to subtypes during partitioning of esp32. When to use this option?

Re: What is the subtype ESPHTTPD used for?

Posted: Fri Jun 04, 2021 12:36 am
by phatpaul
Maybe it's for ESPFS? See the read-only filesystem https://github.com/jkent/libespfs
It used to be part of the libesphttpd project and has been split off into it's own module.

Re: What is the subtype ESPHTTPD used for?

Posted: Fri Jun 04, 2021 2:04 am
by Jay_EEE
phatpaul wrote:
Fri Jun 04, 2021 12:36 am
Maybe it's for ESPFS? See the read-only filesystem https://github.com/jkent/libespfs
It used to be part of the libesphttpd project and has been split off into it's own module.
Thank you for the information. Looking at the code, I think your comment is correct. :D