Skip to content

Commit 4a8a379

Browse files
Update comment
1 parent 217778b commit 4a8a379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESP32_VS1053_Stream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ void ESP32_VS1053_Stream::loop()
639639
return;
640640
}
641641

642-
WiFiClient *const stream = _http->getStreamPtr(); /* this can be a NULL ptr at the end of real files when al stream data is read but not yet in the decoder */
642+
WiFiClient *const stream = _http->getStreamPtr(); /* this WILL be a NULL ptr at the end of real files -in psram buffer mode- when al stream data is read but not yet in the decoder */
643643
if (!_ringbuffer_handle && !stream)
644644
{
645645
log_e("Stream connection lost");

0 commit comments

Comments
 (0)