Sketch: Reduce unnecessary delay after card event

This commit is contained in:
Petr Baudis 2011-10-19 01:37:37 +02:00
parent f5e762c8da
commit 651a2cc35d

View file

@ -149,9 +149,10 @@ void readCard()
comSerial.write("\n");
playMelodyNak();
}
} else {
// make cycle interval 1s
delay(750);
}
// make cycle interval 1s
delay(750);
}
void readSerial()