Make led blink more noticable

Signed-off-by: Stacy Harper <contact@stacyharper.net>
master
Maxim Karasev 3 years ago committed by Stacy Harper
parent e4cc9a90a2
commit 2c4da8fa0b
No known key found for this signature in database
GPG Key ID: 5BAC92328B7C5D65
  1. 3
      scripts/core/sxmo_blinkled.sh

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

Loading…
Cancel
Save