Reduce startup blink time

This commit is contained in:
Garrett Mills 2025-07-29 22:26:32 -05:00
parent 6d359b4a6f
commit c16f2516a7

View File

@ -30,7 +30,7 @@ def reset():
pin.setup()
pin.off()
pin.on()
time.sleep(2)
time.sleep(1)
pin.off()
reset()