From cbe3a379bdaf77e4d481fd8f6ad4a5b7b7b41eef Mon Sep 17 00:00:00 2001 From: Konstantin Lampalzer Date: Sun, 12 Sep 2021 13:01:37 +0200 Subject: [PATCH] Faster reset --- compLib/Reset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)