-->
Page 1 of 1

Error Not Found

PostPosted: Sat Aug 29, 2015 12:48 pm
by crosofg
I have compiled and burned the code in the ESP. But the webpages are not being served.I get Following log on the Serial monitor.
URL = /wifi/wifi.tpl
Is url index 0
Is url index 10
Call espFsInit first!
Is url index 14
Call espFsInit first!
/wifi/wifi.tpl not found. 404!
Conn 0x3fff61f8 is done. Closing.
What needs to be done ? When to call espFsInit?
Thanks

Re: Error Not Found

PostPosted: Sun Aug 30, 2015 11:05 pm
by Sprite_tm
Depending on the version of esphttpd and how you configured it, you probably need to run 'make htmlflash' first.