mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-08-03 23:13:37 +02:00
Sketch: Reduce unnecessary delay after card event
This commit is contained in:
parent
f5e762c8da
commit
651a2cc35d
1 changed files with 3 additions and 2 deletions
|
@ -149,9 +149,10 @@ void readCard()
|
||||||
comSerial.write("\n");
|
comSerial.write("\n");
|
||||||
playMelodyNak();
|
playMelodyNak();
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
// make cycle interval 1s
|
||||||
|
delay(750);
|
||||||
}
|
}
|
||||||
// make cycle interval 1s
|
|
||||||
delay(750);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void readSerial()
|
void readSerial()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue