Skip to content

Commit

Permalink
feat: more blue light
Browse files Browse the repository at this point in the history
  • Loading branch information
sasilva1998 committed May 21, 2021
1 parent 1510891 commit 8b66993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
for i in range(
leds_number,
):
np[i] = (50, 50, 75)
np[i] = (25, 25, 75)
np.write()

0 comments on commit 8b66993

Please sign in to comment.