Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem uploading web page #13

Open
lightsun1323 opened this issue Oct 12, 2023 · 1 comment
Open

Problem uploading web page #13

lightsun1323 opened this issue Oct 12, 2023 · 1 comment

Comments

@lightsun1323
Copy link

After uploading the project, I encountered the problem that none of the web pages in the data folder were uploaded, except for the ones in the photo below.
Where do you think the problem comes from?
artnet

@robertoostenveld
Copy link
Owner

robertoostenveld commented Oct 15, 2023

As long as you see this, it is not connected to wifi and it remains basically stuck in the setup() function around

wifiManager.setAPStaticIPConfig(IPAddress(192, 168, 1, 1), IPAddress(192, 168, 1, 1), IPAddress(255, 255, 255, 0));

I am not exactly sure at which line it blocks, but it won't get to

#ifdef ENABLE_WEBINTERFACE
where the webserver with all other pages is initiated.

Have you connected the ESP8266 over the serial/usb port to your computer? If you use the Arduino serial monitor, you can follow in much more detail what happens in the code with the Serial.println() lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants