chmorgan / esphttpd-freertos

freertos example of libesphttpd for esp32 and esp8266
54 stars 13 forks source link

Enable esphttpd component by default. #2

Closed DavidAntliff closed 6 years ago

DavidAntliff commented 6 years ago

The README says "make sure you enable the esphttpd component" which is good advice but I did miss this the first time (and it wasn't obvious to me where the component was at first glance). Since this project is a demo of the esphttpd library, I think it would be better if it built "out of the box", so I've added an sdkconfig.defaults file that simply enables the esphttpd component. Now the user can just type make and it will build completely.

One less hoop for users to jump through perhaps.

chmorgan commented 6 years ago

Thanks @DavidAntliff, merging now.