Skip to content

Commit d31f073

Browse files
committed
feat: low blue white light
1 parent 821ede0 commit d31f073

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] = (150, 150, 150)
14+
np[i] = (75, 75, 100)
1515
np.write()

0 commit comments

Comments
 (0)