Skip to content

Commit

Permalink
USE_WIFI_CLIENT_SECURE
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Dec 4, 2024
1 parent accb75e commit e01d88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioTools/CoreAudio/AudioHttp/URLStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class URLStream : public AbstractURLStream {
client.setTimeout(clientTimeout / 1000);
request.setTimeout(clientTimeout);

#ifdef ESP32
#ifdef USE_WIFI_CLIENT_SECURE
// There is a bug in IDF 4!
if (clientSecure != nullptr) {
clientSecure->setHandshakeTimeout(handshakeTimeout);
Expand Down

0 comments on commit e01d88e

Please sign in to comment.