ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By crosofg
#27340 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