Reduce startup blink time
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user