From 0885adfbbb6d40177d1936f67cbd7f7c8ee289e8 Mon Sep 17 00:00:00 2001 From: Phil Schatzmann Date: Thu, 16 Nov 2023 11:40:38 +0100 Subject: [PATCH] URL_CLIENT_TIMEOUT --- src/AudioConfig.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/AudioConfig.h b/src/AudioConfig.h index 088fdc84e6..d21667b99e 100644 --- a/src/AudioConfig.h +++ b/src/AudioConfig.h @@ -705,6 +705,11 @@ typedef WiFiClient WiFiClientSecure; # define ANALOG_MAX_SAMPLE_RATE 44000 #endif +#ifndef URL_CLIENT_TIMEOUT +# define URL_CLIENT_TIMEOUT 60000; +# define URL_HANDSHAKE_TIMEOUT 120000 +#endif + // select int24 implementation #include "AudioBasic/Int24_3bytes_t.h" #include "AudioBasic/Int24_4bytes_t.h"