Using the nightlies on an Arm - Odroid C2, there is an issue for my remote following the upgrade to Lirc 0.10.2.
In short, Lirc 0.10.2 does not issue commands on each keypress. Instead, the key presses appear to be queued, with the queue being translated to commands on every 2nd key press. For example:
- Press down button - No effect on Kodi
- Press right button - Kodi responds with a down action (and navigation sound) followed by a right action (and navigation sound).
In terms of the nightlies:
- Working LibreELEC-AMLGX.arm-11.0-nightly-20221007-9c1305e-odroid-c2
- Not working LibreELEC-AMLGX.arm-11.0-nightly-20221008-1d2cd1d-odroid-c2
Between those two builds is Pull lirc: update to 0.10.2 #6966
The Kodi debug log does not help since it only records when it receives the commands from Lirc, which is after the issue.