Update Reset.py

This commit is contained in:
HerrNamenlos123 2021-11-05 15:06:20 +01:00 committed by GitHub
parent 4c4da544c2
commit 210580d3f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)