Make led blink more noticable

Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
Maxim Karasev 2021-08-31 19:20:06 +03:00 committed by Stacy Harper
parent e4cc9a90a2
commit 2c4da8fa0b
No known key found for this signature in database
GPG key ID: 5BAC92328B7C5D65

View file

@ -12,6 +12,9 @@ done
echo "$PIDS" | grep -E '[^ ]+' | xargs wait echo "$PIDS" | grep -E '[^ ]+' | xargs wait
# Make blink noticable
sleep 0.1
for i in "$@"; do for i in "$@"; do
sxmo_setled.sh "$i" 0 sxmo_setled.sh "$i" 0
done done