From ca5be0fb73f3c8bc0d7f0be9694e1cc91ab666d8 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Mon, 31 Oct 2022 14:06:27 +0100 Subject: [PATCH] 5 minutes again --- motion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motion.c b/motion.c index 7650168..3a40a85 100644 --- a/motion.c +++ b/motion.c @@ -8,7 +8,7 @@ #include "TSL2561.h" #define MOTION_PIN 0 -#define SECONDS_TO_OFF 5 +#define SECONDS_TO_OFF 5*60 int pin_read = 0; int state = 1;