Reduce startup blink time
This commit is contained in:
parent
6d359b4a6f
commit
c16f2516a7
@ -30,7 +30,7 @@ def reset():
|
||||
pin.setup()
|
||||
pin.off()
|
||||
pin.on()
|
||||
time.sleep(2)
|
||||
time.sleep(1)
|
||||
pin.off()
|
||||
|
||||
reset()
|
||||
|
Loading…
Reference in New Issue
Block a user