From 29158ee147f586bcb24eac821f1f5e0ac7e9d453 Mon Sep 17 00:00:00 2001 From: Christian Schubert Date: Thu, 2 Apr 2026 21:52:40 +0200 Subject: adjust timing/comments --- ui/simple/simple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/simple') diff --git a/ui/simple/simple.c b/ui/simple/simple.c index 2367fa6..125ce2d 100644 --- a/ui/simple/simple.c +++ b/ui/simple/simple.c @@ -44,8 +44,8 @@ static const uint8_t brightness_levels[NUM_LEVELS] = { CEIL, }; -#define HOLD_TICKS_PER_LEVEL 47 // cycle time ca 0.75s (47/62 Hz) -#define AUX_TIMEOUT_TICKS 310 // ca. 5s +#define HOLD_TICKS_PER_LEVEL 48 // cycle time 0.75s (48/64 Hz) +#define AUX_TIMEOUT_TICKS 320 // 5s uint8_t off_state(Event event, uint16_t arg); uint8_t aux_state(Event event, uint16_t arg); -- cgit v1.2.3