ESP32-audioI2S
ESP32-audioI2S copied to clipboard
WiFiClientSecure fails just by having the Audio object created
Doing nothing more than having this line:
Audio audio;
Causes all SSL API calls to fail with either memory issue or certificate verification failure:
[start_ssl_client():273]: (-9984) X509 - Certificate verification failed, e.g. CRL, CA or signature check failed
I suspected the heap getting too small, but I still have 40000 bytes. Are there any known interactions between ESP32-audioI2S and WifiClientSecure?