docs: Correct `minimum_event_time` example
The internal variable is called `min_`, but the config option is called `miniumum_`.
This commit is contained in:
parent
974b37dad8
commit
25adba0bf6
|
@ -1686,7 +1686,7 @@ pin: gpiochip0/gpio26
|
|||
# ^!gpiochip0/gpio26
|
||||
# ~!gpiochip0/gpio26
|
||||
# This parameter must be provided
|
||||
min_event_time: .05
|
||||
minimum_event_time: .05
|
||||
# The minimum time (in seconds) between events to trigger a response. This is
|
||||
# is used to debounce buttons. This value must be at least .01 seconds.
|
||||
# The default is .05 seconds (50 milliseconds).
|
||||
|
|
Loading…
Reference in New Issue