diff options
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/simple/simple.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
