Skip to content

Commit 8b66993

Browse files
committed
feat: more blue light
1 parent 1510891 commit 8b66993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
for i in range(
1212
leds_number,
1313
):
14-
np[i] = (50, 50, 75)
14+
np[i] = (25, 25, 75)
1515
np.write()

0 commit comments

Comments
 (0)