Modify "playerpauseforce" command for Hardwarehack #62 #932
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A delay is needed in the playerpauseforce command for bugfree working hardwarehack #62:
@MalteHST has made a great job with his commits. But i have still a little problem: My son places the figures on the box and sometimes remove them very short after placing them. It's possible that the playlist starts, but doesn't pause anymore.
Apparently the play command needs more time to execute than the pause command and gets executed in the wrong order.
I added a delay of 0.5 seconds to the pause command (it's optional). Now the timing works (0.4 seconds is too less).