chmorgan / libesphttpd

Libesphttpd - web server for ESP8266 / ESP32
Mozilla Public License 2.0
128 stars 45 forks source link

remove espfs from this repo #61

Closed phatpaul closed 5 years ago

phatpaul commented 5 years ago

See prior discussion: https://github.com/jkent/esp32-espfs/issues/1 To take advantage of new espfs improvements contributed by others since being introduced by sprite_tm in this libesphttpd.

Users may include espfs as a submodule at /components/espfs, which libesphttpd can then use. https://github.com/phatpaul/espfs/tree/libesphttpd (will link to @jkent jkent/esp32-espfs if he agrees to maintain it)

Example usage: https://github.com/phatpaul/esphttpd-freertos/tree/espfs_submodule

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 let me know when you'd like me to review, if you'd like me to review.

jkent commented 5 years ago

@phatpaul I'm alright with maintaining esp32-espfs.

phatpaul commented 5 years ago

@chmorgan yes please review and merge when you have time. I've got it working for my project and need to keep moving...

chmorgan commented 5 years ago

@phatpaul merged!