Fixed derp
This commit is contained in:
parent
92328c6a7e
commit
e2d828a4a2
@ -146,6 +146,8 @@ void verifyPin(PINData *in)
|
|||||||
|
|
||||||
pressed &= PIN_BUTTONS;
|
pressed &= PIN_BUTTONS;
|
||||||
|
|
||||||
|
if(!pressed) continue;
|
||||||
|
|
||||||
char key = PINKeyToLetter(pressed);
|
char key = PINKeyToLetter(pressed);
|
||||||
enteredPassword[cnt++] = (u8)key; //Add character to password
|
enteredPassword[cnt++] = (u8)key; //Add character to password
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user