jasoncoon/esp8266-fastled-webserver

Not found: /

Ethon753 opened this issue · 4 comments

Hello,

first of all thanks for the great project.
I have a little problem that I need some help with.
I can't access the website properly, each time I only get the message " Not found: /", did I miss something obvious or did I do something wrong ?
Terminal Monitor is responding:
grafik
Folder:
grafik
grafik

Thanks in advance for your help.

It doesn't look like you've used the sketch data upload tool? https://github.com/esp8266/arduino-esp8266fs-plugin

in line 255 change
...("/");
to
...("");

Closing due to no activity for over a year.