* Move server initialization out of init.lua and into new httpserver-init.lua
* Use wildcard for finding server files to upload.
* Break init.lua up into 3 files. Move all configuration to httpserver.conf.
New files are:
* httpserver-compile.lua
* httpserver-wifi.lua
* httpserver-init.lua
* script for controlling garage that is aware of door states
* Overhaul garage door example
Hardware now calls for reed relay in order to be able to tell the state
of the switch. This way, we can have distinct open/close operations
that error if the door is already in that state. Allows for potential
better integration with home automation systems.
* Prepare for push to GitHub
* Restore defaults
* Make HTTP auth realm match zeroconf networking name