-
Notifications
You must be signed in to change notification settings - Fork 11
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
Page is loading twice? #6
Comments
Did you check in incognito mode? also could you send me the index.html file you are using |
Just tried incognito mode, same results. This is the index.html:
|
Your bottom part here, ` <script src="js/combined.js"></script> <script src="js/app.js"></script>` Looks a little different. When I was originally doing it the files were hosted online, and they got combined. Go back and look at this HTML. And check how its loading the JS and where its getting everything.esp8266-fastled-audio/data/index.htm Line 220 in 273cf2c
This might be where you are getting the issue. if not, try and recompile it without changing anything in the HTML area. |
could also just try this one https://github.com/jasoncoon/esp8266-fastled-webserver Its basically the same thing, just without the audio part. Look at both of them and try and combine them if the Audio one doesnt work. i think the only real difference is audio patterns and initialization/reading of the MSGEQ7 or however you're getting audio in. |
I've tried this both connected to WiFi as well as running in AP mode. For some reason, it seems that the page is loading two instances on the same page.
As you can see, this should be the bottom of the page, but it loads another page just under. All the options now show twice.
The text was updated successfully, but these errors were encountered: