We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lirc gpio-tx adds an extra long pulse at the end of a sequence.
Example - this is what should be going out as seen by mode2 on a different machine:
... space 423 pulse 417 pulse 19325
This is what is actually coming out:
space 420 pulse 19920 pulse 128199
The data before that in the beginning of the sequence is transmitted correctly.
The text was updated successfully, but these errors were encountered:
Tested on buster with Linux raspberrypi 4.19.75+ #1270 Tue Sep 24 18:38:54 BST 2019 armv6l GNU/Linux
Sorry, something went wrong.
The gpio-ir-tx module is an unmodified upstream file that is not specific to Raspberry Pi. Please report the problem upstream.
No branches or pull requests
Lirc gpio-tx adds an extra long pulse at the end of a sequence.
Example - this is what should be going out as seen by mode2 on a different machine:
...
space 423
pulse 417
pulse 19325
This is what is actually coming out:
space 420
pulse 19920
pulse 128199
The data before that in the beginning of the sequence is transmitted correctly.
The text was updated successfully, but these errors were encountered: