- Fri Apr 03, 2015 6:53 am
#13344
Responses in random order:
@all: I just pushed a change to fix the authentication bug. Seems the walking of the built in URL stuff was broken; everything should work again now.
@bjpirt: At the moment, I like the current setup. If you want to have something changed, send me a merge request by either email or posting it here, and I'll look it over and merge it. Alternatively, if it's something small, you can also make a patch and mail me that. If esphttpd gets so popular we need multiple maintainers, I'll see if I need to change the workflow, but for now, merging doesn't take that much of my time.
@prozac: Great that this works! I'm interested in your changes and will look through the repo.
@dzindra: Having esphttpd as a library actually is one of my goals... one I haven't worked that much towards recently, I fear :X What I'd like is that esphttpd can be added as a git submodule in a project, the same way I've added heatshrink to the esphttpd project. If there's a bug in the httpd code, you can then just pull the newer httpd code and you won't have to merge anything with your project.
@all: I'm all for OTA updates and would like to integrate them in mainline, but I don't like the current setup: writing the app and the espfs contents separately can lead to ugly discrepancies. How about making an unified flashing format thing, which is basically a small wrapper around both images, so we can flash both at the same time?