Skip to content

Commit

Permalink
Add delay in rfidoff_action
Browse files Browse the repository at this point in the history
This delay is need for bugfree working hardwarehack MiczFlor#62
  • Loading branch information
BerniPi authored May 3, 2020
1 parent 157c218 commit 62b255f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/sampleconfigs/gpio-buttons.py.sample
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def recordstop_action(channel):
def recordplaylatest_action(channel):
check_call("./scripts/playout_controls.sh -c=recordplaylatest", shell=True)
def rfidoff_action(channel):
check_call("./scripts/playout_controls.sh -c=playerpauseforce", shell=True)
check_call("./scripts/playout_controls.sh -c=playerpauseforce -v=0.5", shell=True)


# Handlers that handle special behavior of the push of a button
Expand Down

0 comments on commit 62b255f

Please sign in to comment.