Skip to content

Commit

Permalink
FF and Rewind added to GPIO_SETTINGS.ini (#1291)
Browse files Browse the repository at this point in the history
* FF and Rewind added to GPIO_SETTINGS.ini

* Update gpio_settings.ini
  • Loading branch information
Caliandroid authored Feb 15, 2021
1 parent 1bb0e02 commit 0f7e9eb
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion components/gpio_control/example_configs/gpio_settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,26 @@ pull_up: True
hold_time: 0.3
functionCall: functionCallPlayerPrev

[FastForward]
enabled: false
Type: Button
Pin: 7
pull_up: True
hold_time: 0.3
functionCall: functionCallPlayerSeekFwd

[Rewind]
enabled: false
Type: Button
Pin: 8
pull_up: True
hold_time: 0.3
functionCall: functionCallPlayerSeekBack

[Halt]
enabled: False
Type: Button
Pin: 21
Pin: 25
pull_up: True
hold_time: 0.3
functionCall: functionCallPlayerPauseForce
Expand Down

0 comments on commit 0f7e9eb

Please sign in to comment.