cnlohr/esp8266ws2812i2s

Web interface "File not found."

Closed this issue · 1 comments

Dear Charles

I've managed to flash the bin files provided to my esp-12e and successfully blink some leds with the provided top program.

The only thing I can't make work is the web interface. Whenever I'm connected to the esp and browse to 192.168.4.1 I get

File not found.

Do I need to flash some additional files to the esp in order for the web interface to work properly?

Thanks a lot for the great work and your videos on youtube!
Cheers,
gabe0815

I've found the solution in your Makefile!
$(ESPTOOL_PY) --port $(PORT) write_flash 0x10000 web/page.mpfs

so the answer is, you'll have to flash the web page seperately from the rest of the firmware.

Thanks!