Added basic Logger with 4 modes.
This commit is contained in:
@@ -67,7 +67,7 @@ void loop_playback(std::vector<uint16_t> &melody_steps) {
|
||||
vTaskDelay(pdMS_TO_TICKS(tempo));
|
||||
}
|
||||
|
||||
Serial.println("SINGLE LOOP OVER.");
|
||||
LOG_DEBUG("Single Loop Over.");
|
||||
//if (!player.isPlaying) break; // Stop playback only after completing the loop
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user