chmorgan / esphttpd-freertos

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

refactor to use espfs as a submodule #15

Closed phatpaul closed 5 years ago

phatpaul commented 5 years ago

Depends on my changes to:

Todo:

Don't merge this until those submodules upstream repos merge the required changes.

chmorgan commented 5 years ago

@phatpaul ready to merge?

phatpaul commented 5 years ago

Yup. This one's important because the update to libesphttpd would break peoples projects since we removed espfs. This shows how to include espfs as submodule. I guess we should update some documentation...

FYI: After moving around submodules I had a stale folder left. To clean it, from this repo root:

rm -rf components/libesphttpd/lib/heatshrink rm -rf .git/modules/components/libesphttpd/modules/lib/heatshrink