~mil/sxmo-utils

2c4da8fa0b75bdc5555bf5d827ff82339b1f3934 — Maxim Karasev 1 year, 9 months ago e4cc9a9
Make led blink more noticable

Signed-off-by: Stacy Harper <contact@stacyharper.net>
1 files changed, 3 insertions(+), 0 deletions(-)

M scripts/core/sxmo_blinkled.sh
M scripts/core/sxmo_blinkled.sh => scripts/core/sxmo_blinkled.sh +3 -0
@@ 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