NimmLor / esp8266-fastled-iot-webserver

A universal software for all my LED projects, with many awesome features
https://www.thingiverse.com/surrbradl08/designs
GNU General Public License v3.0
366 stars 94 forks source link

Web Interface not found #203

Closed JustinHenryLo closed 2 years ago

JustinHenryLo commented 2 years ago

Hello, I have a question about the web interface, is it supposed to be empty because the project is moving towards the C# interface? Or is there something missing in my set up thats why the page is just "Not Found"?

WarDrake commented 2 years ago

Once you enter any data into the config in the AP, regardless of it is correct or not, a config file is created and the AP is not started anymore, what you need to do is DELETE ALL FLASH DATA not just upload the files again, once you delete the flash data AND uploads the files again, an AP will be generated again.

JustinHenryLo commented 2 years ago

Im sorry I misunderstood my problem, I thought I misinputted the credentials in AP, because the endpoint I was expecting didn't show a webpage with LED controls. But my credentials were correct all along. The Interface was really just showing not found because when I tried using postman to alter the patterns, they just worked fine. Is there a misstep in my configuration?