From 169b1a755f81536fd9bcd652fed5a386b2e8b0c7 Mon Sep 17 00:00:00 2001
From: tillraab <till.raab@student.uni-tuebingen.de>
Date: Mon, 16 Sep 2019 17:00:24 +0200
Subject: [PATCH] bf

---
 rasp_grid.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rasp_grid.py b/rasp_grid.py
index 341df8e..c2310a5 100644
--- a/rasp_grid.py
+++ b/rasp_grid.py
@@ -268,6 +268,7 @@ def main():
     LED_status[0] = True
     while GPIO.input(Button1_pin) == GPIO.LOW:
         sleep(.1)
+    sleep(2)
     GPIO.output(LED1_pin, GPIO.LOW)
     LED_status[0] = False