Replies: 1 comment 2 replies
-
Hi, this seems to be the same case as #1666. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before I open an issue, I wanted to ask the community. I have a RotaryEncoder and use this code for the click:
[RotaryEncoder_Press]
type : Button
pin : 13
pull_up_down : pull_up
functioncall : functionCallPlayerNext
hold_mode: SecondFunc
hold_time: 2.0
functionCall2: functionCallPlayerSeekFwd
[RotaryEncoder_Rotate]
type : RotaryEncoder
timebase : 0.02
pin1 : 5
pin2 : 6
functioncall1 : functionCallVolU
functioncall2 : functionCallVolD
Now, if I press the button for a long time, it immediately switches to the next song instead of fast-forwarding. I have already tried several parameters. Can anyone help me here?
I am on Version [v2.5.0]
Thank you very much in advance!
Beta Was this translation helpful? Give feedback.
All reactions