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

Wiegand Keypad only recognizes first Keypress and is not available on OFFICIALBOARD (dev branch) #358

Closed
christofkac opened this issue Jan 24, 2020 · 1 comment

Comments

@christofkac
Copy link
Contributor

christofkac commented Jan 24, 2020

The wiegand keypad reader code does not work as due to the "return" command in the following code:

if (keyTimer >0) // we are still waiting for keycode to build up
{
#ifdef DEBUG
Serial.println("[ INFO ] still waiting for keypress");
#endif
return;
}

the function is left before the line
if (wg.available()) so that the Wiegand code is not processed

Furthermore the keypad code is not present in the OFFICIALBOARD section.

@christofkac christofkac changed the title Wiegand Keypad only recognizes first Keypress and is not available on OFFICIALBOARD Wiegand Keypad only recognizes first Keypress and is not available on OFFICIALBOARD (dev branch) Jan 24, 2020
omersiar added a commit that referenced this issue Jan 25, 2020
Fixed the decoding of Wiegand Keypad #358
@christofkac
Copy link
Contributor Author

Fix merged successfully - issue closed

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

1 participant