Bump debounce to 250ms for #2

remotes/origin/extra-event-options
Phil Howard 2019-11-26 15:29:03 +00:00
parent d35b1e29dd
commit 6058b28934
2 changed files with 8 additions and 8 deletions

View File

@ -36,10 +36,10 @@ Mopidy-Raspberry-GPIO to your Mopidy configuration file::
[raspberry-gpio]
enabled = true
bcm5 = play_pause,active_low,150
bcm6 = volume_down,active_low,150
bcm16 = next,active_low,150
bcm20 = volume_up,active_low,150
bcm5 = play_pause,active_low,250
bcm6 = volume_down,active_low,250
bcm16 = next,active_low,250
bcm20 = volume_up,active_low,250
Each bcmN entry corresponds to the BCM pin of that number.

View File

@ -5,8 +5,8 @@ bcm1 =
bcm2 =
bcm3 =
bcm4 =
bcm5 = play_pause,active_low,150
bcm6 = volume_down,active_low,150
bcm5 = play_pause,active_low,250
bcm6 = volume_down,active_low,250
bcm7 =
bcm8 =
bcm9 =
@ -16,11 +16,11 @@ bcm12 =
bcm13 =
bcm14 =
bcm15 =
bcm16 = next,active_low,150
bcm16 = next,active_low,250
bcm17 =
bcm18 =
bcm19 =
bcm20 = volume_up,active_low,150
bcm20 = volume_up,active_low,250
bcm21 =
bcm22 =
bcm23 =