for those, who are interested:
I've build an easy webconfig system for the ESP.
Features :
- Easy configuration of IP-Address, Netmask, Gateway, SSID and password for your router
Build-In NTP Client (especially when you want to build a clock), with timezome and daylight saving support
Realtime clock structure for having a convinient way to access the date/time
Turn On/Off things at a given time (e.g. for lamps)
Administration-page will not be accessible after a given time in ESP AP-Mode
Simple AJAX Support (microajax)
HTML pages can be added in a differnt (.h-) file and are stored in Progmem.
http://www.john-lassen.de/index.php/pro ... -webconfig
Feel free to use it in your projects.
proteus74
+++++++++ UPDATES ++++++++++++
2015-07-20
I changed the loading of the css and js files. Now they will be loaded sequentielly, so there will be only one request at a time to the ESP.
2015-07-17
Now the WebConfig supports special chars in the ssid and password (Urldecode).