Tall cursor backdrop

This commit is contained in:
Dejvino
2026-02-19 00:10:10 +01:00
parent 66c20de208
commit de6775a7d7
6 changed files with 26 additions and 28 deletions
-7
View File
@@ -123,13 +123,6 @@ static void handlePlayback() {
}
void loopPlayback() {
unsigned long now = millis();
lastLoop1Time = now;
if (watchdogActive && (now - lastLoop0Time > 1000)) {
Serial.println("Core 0 Freeze detected");
rp2040.reboot();
}
if (needsPanic) {
if (playMode == MODE_POLY) {
for (int i=0; i<NUM_TRACKS; i++) midi.panic(midiChannels[i]);