-
Notifications
You must be signed in to change notification settings - Fork 72
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
how install audio files in esp32 #114
Comments
Also, after saving a recipe file it doesnt apear in saved list for future use. Maybe the cause is the diference in file names without the first letter. I ll try to download to a different esp32 board. thnaks |
Which version do you use? |
I´m using last one, version 0.5.1. Yesterday I tried new board and update firmware esp32 to 5.2.0 without success. I tried to upload files creating a data folder and upload via platformio but in file manager lost the first letter again. |
I am sorry by neglecting BrewManiacEx in this issue when I had fixed this in BrewPiLess. |
I tried and found out that the latest SPIFFS of ESP32 framework might have issue with directory listing. It might take a while to solve this issue. Well, It might never be solved. I tried with LittleFS, and it seems to work. BTW, |
Sure looks like new issues with spiffs libs. With the changes above it behaves like previous version and everything is working filemanager, recipes and logs with esp32. Now I´ll take a look at audio files. |
After uploading sounds.json and sounds.mp4 I forgot to configure webpage to allow sound. All fine by now. thks |
The code runs perfectly in esp32 but i dont know how to install the audio files. I tried copy files to esp32 via http://bm.local:8008/filemanager in the same way I did with esp8266 without sucess and file names lost the first letter. How to solve this issue. Thanks
The text was updated successfully, but these errors were encountered: