From f62a18fe66bda45fe3f3ad4ae3d68be5769ece00 Mon Sep 17 00:00:00 2001 From: bartschdo76253 Date: Mon, 5 Jul 2021 16:59:22 +0200 Subject: [PATCH] re-addded idle_bright_internal --- lib/treppe/treppe.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/treppe/treppe.h b/lib/treppe/treppe.h index 38cbf8f..3d88dff 100644 --- a/lib/treppe/treppe.h +++ b/lib/treppe/treppe.h @@ -18,6 +18,8 @@ private: const uint8_t stufen; uint16_t time_per_stair = 300; // dimmtime per stair [ms] uint16_t idle_brightness = 400; + uint16_t idle_bright_internal = 0; + uint16_t active_brightness = 700; uint16_t ldr_schwelle = 7; // activation value for FSM [lx]