Faster reset

This commit is contained in:
Konstantin Lampalzer 2021-09-12 13:01:37 +02:00
parent aac99a11ba
commit cbe3a379bd

View file

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