set timeout for buzzer to 1 s
This commit is contained in:
parent
8942c9cbfa
commit
dfa1b8b0cf
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ while true; do
|
|||
|
||||
if [ "$buzzerstat" -eq 0 ]; then
|
||||
/home/pi/RandomVideo/RandomVideo.sh buzzer
|
||||
sleep 5
|
||||
sleep 1
|
||||
|
||||
elif [ "$buzzerstat" -eq 1 ]; then
|
||||
sleep 0.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue