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 05b7e8c commit 98c2dfaCopy full SHA for 98c2dfa
1 file changed
src/ESP32_VS1053_Stream.cpp
@@ -649,9 +649,6 @@ void ESP32_VS1053_Stream::_handleChunkedStream(WiFiClient *stream)
649
_musicDataPosition = 0;
650
}
651
652
- if (!_bytesLeftInChunk && stream->available() < 20) /* make sure we dont run out of data in the next test*/
653
- return;
654
-
655
if (!_bytesLeftInChunk && !_checkSync(stream))
656
{
657
_remainingBytes = 0;
0 commit comments