diff --git a/compLib/Reset.py b/compLib/Reset.py index e81bc55..34194c5 100644 --- a/compLib/Reset.py +++ b/compLib/Reset.py @@ -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)