Skip to content

Commit

Permalink
Update led_sys.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Apr 12, 2024
1 parent 48fd031 commit 3d5ce78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions led_sys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ BLINK_LED_ASYNC_MULTI_SWITCHING() {
sleep $(echo "$DELAY1 * 0.01" | bc)
COLOR=$COLOR2
LED_ON
COLOR=$COLOR3
COLOR=$COLOR1
LED_OFF
sleep $(echo "$DELAY1 * 0.01" | bc)
sleep $(echo "$DELAY2 * 0.01" | bc)
done
}

Expand Down

0 comments on commit 3d5ce78

Please sign in to comment.