En/na Klaus Schmidinger ha escrit:
I was able to reproduce this here while debugging the case where the screen gets dark for a moment if pressing "Down" while on channel 1. Setting the timeout to 100ms, as in
return cRemote::Get(Wait ? 1000 : 100);
fixed it for me.
Can you confim this?
Here with lirc 100 isn't enough. I'm trying with 200 and it solves the problem of getting kNone in between key repeats *but* I still get 3 kNone between the last repeat and the kRelease, so the net effect is that the channel won't change. Still investigating...
Bye