From 2c4da8fa0b75bdc5555bf5d827ff82339b1f3934 Mon Sep 17 00:00:00 2001 From: Maxim Karasev Date: Tue, 31 Aug 2021 19:20:06 +0300 Subject: [PATCH] Make led blink more noticable Signed-off-by: Stacy Harper --- scripts/core/sxmo_blinkled.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/core/sxmo_blinkled.sh b/scripts/core/sxmo_blinkled.sh index e150345..b8b189b 100755 --- a/scripts/core/sxmo_blinkled.sh +++ b/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