Format changes.

This commit is contained in:
2019-08-13 06:16:08 +02:00
parent 25fa963752
commit 4d59c66354
3 changed files with 7 additions and 8 deletions

View File

@@ -525,7 +525,7 @@ bool Player::loop() {
_refill();
return true;
}
if (_state == idle && _stopped_at < millis() - VS1053_SLEEP_DELAY) {
_sleep();
}