-
Notifications
You must be signed in to change notification settings - Fork 26
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
NK3AM: LED should blink when prompting for the user input #93
Comments
Which firmware version did you test this with? Looking at the code, it should have been ported from lpc55 to nrf52/embedded but maybe @daringer knows more. |
v1.2.2-alpha.opcard.0.1.0 and v1.2.2 |
While cleaning/fixing the LED blinking also remove this line, as it is redundant:
|
robin-nitrokey
added a commit
that referenced
this issue
Mar 4, 2024
Since this commit [0] that changed the threshold from 3 to 1, the blocking loop in the user presence check for the NK3AM does no longer have any functional effect. But it has undesired side effects, for example skipping the UI update for a second so that the blinking effect is not triggered, and delaying the handling of cancelled requests. This patch removes the unnecessary blocking loop. The button implementation still requires 100 ticks to trigger a button press. Fixes: #93 [0] 35dac8d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The NK3A NFC blinks when waiting for user input but the NK3AM shines. It should blink when it is waiting for user input.
The text was updated successfully, but these errors were encountered: