-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Added support for RC5 extended #522
New issue
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
Conversation
Everything seems to have been done excellently. Are you sure it's the first time you have used git 😄 For the sake of being verbose might I request you add a small description of your changes to changelog.md and then push that commit upstream? I will merge once that has been added. |
Hi Rafi, |
@z3t0
That is a significant delay to introduce before sending a signal. IS there a good reason for it?
The original value is correct (830 is not RC5)
Not sure of the rationale for this? What is it? Finally, is there a case to be made that |
Are those changes really in the head version? Then I really did mess up :-( |
@AnalysIR @z3t0 I have verified that the changes from Rafi’s latest version (741d9e, September 10) to my latest version (ddac72, September 19, see screen dump) does not contain any of the experimental stuff you listed. Can you please double check you are seeing the same? I did joggle around with a few branches, doing experiments for that other project I mentioned, but those hacks should be all gone now. Those experimental branches/commits should really not have been visible to others, but obviously I have not yet fully understood the Git flow. My apologies. |
FI: I just clicked on the links earlier in this thread, to find the code...otherwise I'll leave it to @z3t0 to figure it all out :)
|
It all looks good on my side. Will merge after bumping the version number |
Credits: https://github.com/LarsWH Excerpt from PR: ``` Hi, I added support for 'RC5 extended' in order to make this project: https://www.instructables.com/id/Remote-Control-for-Lava-mMotion-Swing-Mounting-Bra/ The modification is working nicely in this single application. It has not been tested elsewhere. (I am new to Git and this is my first pull request ever. So please excuse me if I have messed something up) Kind regards, Lars ``` Merged #522
Awaiting for the checks to finish on the other branch. Will merge after. |
@LarsWH This has just been merged onto beta. Will mark it as such and close this PR once it makes it onto a release. |
@z3t0 Thank you for accepting my enhancements into your excellent library :-) |
Included in 2.5.0 |
Hi,
I added support for 'RC5 extended' in order to make this project: https://www.instructables.com/id/Remote-Control-for-Lava-mMotion-Swing-Mounting-Bra/
The modification is working nicely in this single application. It has not been tested elsewhere.
(I am new to Git and this is my first pull request ever. So please excuse me if I have messed something up)
Kind regards,
Lars