Adjust blink time

This commit is contained in:
Garrett Mills 2025-07-29 22:29:59 -05:00
parent 02136bc0eb
commit 3bfe548b44

View File

@ -35,6 +35,6 @@ pins = {
def reset():
for name, pin in pins.items():
pin.setup()
pin.blink(3, 0.3)
pin.blink(3, 0.5)
reset()