set timeout for buzzer to 1 s

This commit is contained in:
mmaster 2020-08-29 20:55:53 +02:00
parent 8942c9cbfa
commit dfa1b8b0cf
1 changed files with 1 additions and 1 deletions

View File

@ -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