Update Reset.py
This commit is contained in:
parent
4c4da544c2
commit
210580d3f1
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ class Reset:
|
|||
GPIO.output(BOOT_PIN, GPIO.LOW)
|
||||
time.sleep(0.1)
|
||||
GPIO.output(RESET_PIN, GPIO.HIGH)
|
||||
time.sleep(0.3)
|
||||
time.sleep(1.5)
|
||||
|
|
Reference in a new issue