Skip to content

Commit ed30696

Browse files
Limit url length
1 parent a94c6d4 commit ed30696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESP32_VS1053_Stream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define VS1053_CONNECT_TIMEOUT_MS_SSL 2500
1414
#define VS1053_NOBUFFER_TIMEOUT_MS 900
1515
#define VS1053_MAX_PLAYLIST_READ 1024
16-
#define VS1053_MAX_URL_LENGTH 512
16+
#define VS1053_MAX_URL_LENGTH 256
1717
#define VS1053_MAX_REDIRECT_COUNT 3
1818

1919
#define VS1053_PSRAM_BUFFER_ENABLED true

0 commit comments

Comments
 (0)