ESP32-audioI2S
ESP32-audioI2S copied to clipboard
Cannot use any other instance of WiFiClientSecure or ESP-IDF's esp_http_client
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..