Skip to content

Commit

Permalink
Added stop on removal functionality example (#1209)
Browse files Browse the repository at this point in the history
See #1049
  • Loading branch information
s-martin authored Jan 1, 2021
1 parent 2225994 commit 5d4a1eb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion components/gpio_control/example_configs/gpio_settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,11 @@ Type: Button
Pin: 21
pull_up: True
hold_time: 0.3
functionCall: functionCallPlayerPauseForce
functionCall: functionCallPlayerPauseForce

[RFIDDevice]
enable: True
Type: Button
Pin: 21
pull_up: True
functionCall: functionCallPlayerStop

0 comments on commit 5d4a1eb

Please sign in to comment.