Usual changes before it'll compile on the standard esp-open-sdk v1.1.1
- #0 to #1 in c_types.h
- commenting out void user_rf_pre_init() in user_main.c
I removed the cats to make room for jquery.min.js, jquery.flot.js, and one the Flot examples from their website.
Works fast enough
I do have one question though.
The default behaviour on my Android phone is great. A notification will ask me to 'sign in' , and it'll lead straight to esp8266.local/index.tpl
Any other sites also redirect to the homepage
However, Firefox on my PC refused to load =192.168.4.1/index.tpl . At the bottom it said 'connecting to esp8266.local' and didn't budge. So it fetched the hostname, and went no further. It must be some issue with my system because it loaded once. no luck since.
the debug output goes:
reconnect
f 0, DNS: Q (type 0x1 class 0x1) for self-repair.mozilla.org
DNS: Q (type 0x1C class 0x1) for self-repair.mozilla.org
DNS: Q (type 0x1 class 0x1) for self-repair.mozilla.org
DNS: Q (type 0x1 class 0x1) for self-repair.mozilla.org
DNS: Q (type 0x1C class 0x1) for self-repair.mozilla.org
DNS: Q (type 0x1 class 0x1) for self-repair.mozilla.org
scandone
reconnect
f 0, DNS: Q (type 0x1 class 0x1) for tiles.services.mozilla.com
scandone
reconnect
Can your webserver magically redirect on PC browsers too?
Thanks a lot for your efforts