Skip to content

Commit

Permalink
feat: lower blue white light
Browse files Browse the repository at this point in the history
  • Loading branch information
sasilva1998 committed May 21, 2021
1 parent d31f073 commit 2528191
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] = (75, 75, 100)
np[i] = (50, 50, 75)
np.write()

0 comments on commit 2528191

Please sign in to comment.