schreibfaul1 / ESP32-audioI2S

Play mp3 files from SD via I2S
GNU General Public License v3.0
993 stars 266 forks source link

Cannot use any other instance of WiFiClientSecure or ESP-IDF's esp_http_client #773

Open kungfupizza opened 1 week ago

kungfupizza commented 1 week ago

I am using esp32-arduino 3.0.1(latest) as component in my ESP-IDF project. When audio is initialized, I cannot use another instance of WiFiClientSecure in the project or even ESP-IDF's esp_http_client instance. The client connects but gets stuck on sending.

NOTE: Also tried to roll back to esp32-arduino v2.0.17 but saw similar issues..

schreibfaul1 commented 1 week ago

This could be related to: https://github.com/platformio/platform-espressif32/issues/1225#issuecomment-2176058619