From 210580d3f1bf43bb4ad2ca3f21a4bdf3c23e585f Mon Sep 17 00:00:00 2001 From: HerrNamenlos123 <44909261+HerrNamenlos123@users.noreply.github.com> Date: Fri, 5 Nov 2021 15:06:20 +0100 Subject: [PATCH] Update Reset.py --- compLib/Reset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)