Skip to content

Commit 1510891

Browse files
committed
feat: less leds
1 parent 2528191 commit 1510891

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
@@ -3,7 +3,7 @@
33

44
import machine, neopixel
55

6-
leds_number = 25
6+
leds_number = 20
77
pin_led = 26
88

99
np = neopixel.NeoPixel(machine.Pin(pin_led), leds_number)

0 commit comments

Comments
 (0)