My ESP_WebConfig installation on an ESP-12 almost works.
The 192.168.4.1/admin.html shows static text and then resets the esp8266 watch dog timer.
The 192.168.4.1 example.h page shows static text only, and does not reset the watchdog.
I am using Firefox browser. Is it supported?
This is the output from the Arduino Serial console:
Refreshing...
FreeMem:23488 5:28:42 2106.2.7
style.css
ets Jan 8 2013,rst cause:4, boot mode:(3,6)
wdt reset
load 0x40100000, len 28780, room 16
tail 12
chksum 0x56
ho 0 tail 12 room 4
load 0x3ffe8000, len 1532, room 12
tail 0
chksum 0xe0
load 0x3ffe8600, len 4748, room 8
tail 4
chksum 0xdd
csum 0xdd
r�Starting ES8266
Reading Configuration
Configurarion Found!
Configuring Wifi
HTTP server started
Refreshing...
FreeMem:23488 5:28:17 2106.2.7
Refreshing...
ESP_WebConfig looks like it will be my favorite template once I can get it running.
Thanks!