libesphttpd
libesphttpd copied to clipboard
Assorted Updates
I've done a few things on my fork:
- Added handling of the recon callback to indicate a connection failure.
- Added a way for a cgi function to determine why it was called.
- Used the "reverse" field of espconn instead of looking up the IP address and port number.
- Added a prototype for httpdCgiIsDone.
- Added a function to join a wi-fi network.
- Fixed a problem in WebSocket broadcasts.
- Probably some other stuff that I can't recall anymore. :-(
This is a pretty big PR. As it's already in conflict maybe you should consider resubmitting as multiple concise PRs.
For example, all the the typo-like, adding const and general cleanup can be a single cleanup PR. Then make a single PR for each feature you're adding. That will make this PR much easier to review, hopefully give you a better idea of what all you've done (point 7) and increase the likelihood each PR being conflict free.