We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accb75e commit e01d88eCopy full SHA for e01d88e
src/AudioTools/CoreAudio/AudioHttp/URLStream.h
@@ -320,7 +320,7 @@ class URLStream : public AbstractURLStream {
320
client.setTimeout(clientTimeout / 1000);
321
request.setTimeout(clientTimeout);
322
323
-#ifdef ESP32
+#ifdef USE_WIFI_CLIENT_SECURE
324
// There is a bug in IDF 4!
325
if (clientSecure != nullptr) {
326
clientSecure->setHandshakeTimeout(handshakeTimeout);
0 commit comments