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