Make led blink more noticable
Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
parent
e4cc9a90a2
commit
2c4da8fa0b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue