Make reset use fade blink
This commit is contained in:
parent
297b035552
commit
ea6b9c113d
@ -44,7 +44,7 @@ pins = {
|
|||||||
def reset():
|
def reset():
|
||||||
for name, pin in pins.items():
|
for name, pin in pins.items():
|
||||||
pin.setup()
|
pin.setup()
|
||||||
pin.blink(3, 0.5)
|
pin.fade_blink(3, 0.5)
|
||||||
|
|
||||||
|
|
||||||
reset()
|
reset()
|
||||||
|
Loading…
Reference in New Issue
Block a user