Zombo
Zombo
getting this now as well ``` 10:30:24.803 -> Listing directory: / 10:30:24.871 -> FILE: /css/styles.css SIZE: 32 10:30:24.871 -> FILE: /favicon.ico SIZE: 4286 10:30:24.904 -> FILE: /images/atom196.png SIZE: 5469 10:30:24.904...
I am already using delay(1000 / FRAMES_PER_SECOND); same errors =(
**How many LEDs, on how many pins?** 25, 1 pin for testing **Which ESP32 board are you using?** HiLetgo ESP-WROOM-32 ESP32 ESP-32S Node32s on the upload Using latest versions of...
Hey I would suggest doing a test first with an msgeq7 reader program to see if you are getting noise. Give me a sec and I'll find you a tester
ohh yeah, i forgot about that thing. I lost all this code a long time ago, because i moved over to the esp32
> What is the gzipped? > How can I gzipped all of the files in data? this might have been caused by me because a long time ago on the...
Do you not have the data in the right folder? https://github.com/jasoncoon/esp8266-fastled-audio/blob/master/esp8266-fastled-audio.ino#L263-L272 ``` SPIFFS.begin(); { Dir dir = SPIFFS.openDir("/"); while (dir.next()) { String fileName = dir.fileName(); size_t fileSize = dir.fileSize(); Serial.printf("FS...
Please make sure you have the data in the right places. Try and do a spiffs upload from another example online. Also what board are you using ? https://github.com/jasoncoon/esp8266-fastled-audio/issues/7#issuecomment-444259477 Are...
Did you check in incognito mode? also could you send me the index.html file you are using
Your bottom part here, ` ` Looks a little different. When I was originally doing it the files were hosted online, and they got combined. Go back and look at...