Skip to content
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

Incorrect next_bit assignment? #9

Open
randyrossi opened this issue Jul 5, 2018 · 1 comment
Open

Incorrect next_bit assignment? #9

randyrossi opened this issue Jul 5, 2018 · 1 comment

Comments

@randyrossi
Copy link

next_bit ^= next_bit

Should this be next_bit ^= 1 instead of next_bit ^= next_bit?. The equivalent section in the 'script' version of this method implies it should be.

@bggardner
Copy link
Owner

Yes, I believe you're right. However, I no longer have the V2 hardware so I can't test it.

alandtse added a commit to alandtse/simplisafe-rf that referenced this issue Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants