Skip to content

Commit bca6fa3

Browse files
Typo (#101)
1 parent 4a7a140 commit bca6fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ESP32_VS1053_Stream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ void ESP32_VS1053_Stream::_playFromRingBuffer()
449449
_vs1053->playChunk(data, size);
450450
vRingbufferReturnItem(_ringbuffer_handle, data);
451451
bytesToDecoder += size;
452-
_remainingBytes -= (_remaingBytes > 0) ? size : 0;
452+
_remainingBytes -= (_remainingBytes > 0) ? size : 0;
453453
}
454454
log_d("%lu ms moving %i bytes ringbuffer->decoder", millis() - startTimeMS, bytesToDecoder);
455455
}

0 commit comments

Comments
 (0)