ESP32-audioI2S
ESP32-audioI2S copied to clipboard
Issue with stopSong() on 3.0.13 (3.1.0y) version
Hello Wolle,
I have radio project (https://github.com/dzikakuna/ESP32_radio_evo3) where I'm using standard update.h and OTA option for firmware update of ESP32-S3. Project compiled using Arduino 2.3.4, core ESP32 3.0.7, there is also set of files for Platformio.
When I was using library: *with Audio file: Version 3.1.0 * Updated on: Jan 07.2025 * and previously olders - OTA was working perfectly. Replacing the library by latest: "Version 3.1.0y of Audio file - Updated on: May 07.2025" starts to jeopardize OTA. ESPAsync server can not sent file and it looks like I'm loosing wifi connection to ESP module. As a wifi manager the tzapu one is used (https://github.com/tzapu/WiFiManager)
Can you tell me what has change in latest version that can have influence on above ? When I manually replace i2s library to old one ( Audio.h, Audio.cpp and codes, upload firmware over USB, the OTA back to work without any issues.
I already trying to clear sketch folder where Arduino is storing temporary files. No positive results. Are you change somewhere how PSRAM is use ?