chmorgan / libesphttpd

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

Improve flash OTA API. #47

Closed phatpaul closed 6 years ago

phatpaul commented 6 years ago

Please see discussion in my original PR #43 This one is squashed as requested.

chmorgan commented 6 years ago

@phatpaul fyi if you are interested in adding tests the linux example using libesphttpd could be a good place to locate the tests. That would mean the tests could run without requiring hardware and could even be automated.

chmorgan commented 6 years ago

@phatpaul and again thank you for the PR!

phatpaul commented 6 years ago

@chmorgan you're welcome. Thanks for maintaining this. It has helped me get a product to market quickly.

And the best part is the example project https://github.com/chmorgan/esphttpd-freertos It works out-of-the-box and demonstrates much the functionality better than any formal documentation could.

Hopefully my additions will help others get an IoT thingy up and running even more quickly.

The Linux tests look interesting, but I don't have time to work on that atm. Gotta get on to the next items! Regards, Paul