Skip to content

Commit

Permalink
URL_CLIENT_TIMEOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Nov 16, 2023
1 parent 4799b03 commit 0885adf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/AudioConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0885adf

Please sign in to comment.