Open mfeif opened 4 years ago
For anyone who lands here because of a search, what was happening was related to this bug:
https://github.com/adafruit/Adafruit_CircuitPython_IRRemote/issues/32
If you can use non-blocking code, then the repeat event is emitted.
In the subject... under the current execution, if one holds down say a volume down button for several seconds, only one event is fired.
How can we detect that and make it into more events? (if this question should go to lower-level stuff, let me know)
Thanks!