summaryrefslogtreecommitdiff
path: root/src/audio/audio_fsm.cpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-07-07 18:26:10 +1000
committerjacqueline <me@jacqueline.id.au>2023-07-07 18:26:10 +1000
commit8f8bc1f088b389a683735d626cbce9adb1f6dc17 (patch)
tree215b669021d778b4b64a38cab662b041142d5957 /src/audio/audio_fsm.cpp
parent739f495fe26e7bd291e545f50b27c185991dcfbc (diff)
downloadtangara-fw-8f8bc1f088b389a683735d626cbce9adb1f6dc17.tar.gz
vbr-compatible mp3 duration :)
Diffstat (limited to 'src/audio/audio_fsm.cpp')
-rw-r--r--src/audio/audio_fsm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/audio_fsm.cpp b/src/audio/audio_fsm.cpp
index ef33d583..5f4f8783 100644
--- a/src/audio/audio_fsm.cpp
+++ b/src/audio/audio_fsm.cpp
@@ -144,8 +144,8 @@ void Playback::react(const QueueUpdate& ev) {
}
void Playback::react(const PlaybackUpdate& ev) {
- // ESP_LOGI(kTag, "elapsed: %lu, total: %lu", ev.seconds_elapsed,
- // ev.seconds_total);
+ ESP_LOGI(kTag, "elapsed: %lu, total: %lu", ev.seconds_elapsed,
+ ev.seconds_total);
}
void Playback::react(const internal::InputFileOpened& ev) {}