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