Edzelf / ESP32Radio-V2

New version of the well known ESP32 Radio. Now optional I2S output!
Apache License 2.0
183 stars 45 forks source link

Blanco page with "sorry" (Arduino IDE, not Platformio) #84

Open HaViGit opened 1 year ago

HaViGit commented 1 year ago

I just uploaded ESP32Radio V2 to my ESP32 board without Platformio. This went well with the instructions on page 24 of the PDF and I can see the debug information in the serial monitor.

Then when I want to go to the web interface, I get a blank page saying "sorry". Elsewhere on this forum I read that it may have to do with a preferences file but in my installation I see only a texfile called "defaultprefs". Can you help me with this?

debug.txt

Edzelf commented 1 year ago

Upload the files in the data directory to SPIFFS.

HaViGit commented 1 year ago

Thanks for your quick response Ed. I had no experience with SPIFFS at all but after some searching I found this page: https://randomnerdtutorials.com/install-esp32-filesystem-uploader-arduino-ide/ After following the instructions, rebooting Arduino and a new upload the ESP32 continued without further problems.