From e4ad92ca99d033e703fc9e2d579050c7e4c56031 Mon Sep 17 00:00:00 2001 From: Simon Schmidt Date: Tue, 7 Sep 2021 19:36:05 +0200 Subject: [PATCH] hysterese lower --- lib/treppe/treppe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/treppe/treppe.h b/lib/treppe/treppe.h index ca3beec..7e81220 100644 --- a/lib/treppe/treppe.h +++ b/lib/treppe/treppe.h @@ -7,7 +7,7 @@ // #define LDR_REGELUNG // comment in to activate LDR control // #define LDRDEBUG // comment in to show LDR measurement -#define LDR_HYS 100 // Hysteresis for switching off FSM [lux] +#define LDR_HYS 5 // Hysteresis for switching off FSM [lux] #define LDR_AVERAGE_SAMPLES 50 #define SENSOR_OBEN 16