Make reset do more of a light show

This commit is contained in:
Garrett Mills 2025-07-29 22:45:02 -05:00
parent ea6b9c113d
commit 9796dcb9a4

View File

@ -46,5 +46,14 @@ def reset():
pin.setup()
pin.fade_blink(3, 0.5)
for name, pin in pins.items():
pin.on()
time.sleep(0.5)
time.sleep(0.5)
for name, pin in pins.items():
pin.off()
reset()