Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FF and Rewind added to GPIO_SETTINGS.ini #1291

Merged
merged 2 commits into from
Feb 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to unused pin 7

pull_up: True
hold_time: 0.3
functionCall: functionCallPlayerSeekFwd

[Rewind]
enabled: false
Type: Button
Pin: 8
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to unused pin 8

pull_up: True
hold_time: 0.3
functionCall: functionCallPlayerSeekBack

[Halt]
enabled: False
Type: Button
Pin: 21
Pin: 25
Caliandroid marked this conversation as resolved.
Show resolved Hide resolved
pull_up: True
hold_time: 0.3
functionCall: functionCallPlayerPauseForce
Expand Down