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