Faster reset
This commit is contained in:
parent
aac99a11ba
commit
cbe3a379bd
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ class Reset:
|
|||
GPIO.output(BOOT_PIN, GPIO.LOW)
|
||||
time.sleep(0.1)
|
||||
GPIO.output(RESET_PIN, GPIO.HIGH)
|
||||
time.sleep(1.5)
|
||||
time.sleep(0.3)
|
||||
|
|
Reference in a new issue