Skip to content

Commit

Permalink
Fix backupkeymode messages
Browse files Browse the repository at this point in the history
  • Loading branch information
onlykey committed Oct 31, 2018
1 parent c40bfe1 commit a6955f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OnlyKey_Beta/OnlyKey_Beta.ino
Expand Up @@ -605,7 +605,7 @@ void payload(int duration) {
onlykey_eeset_failedlogins(0); //Set failed login counter to 0
password.reset(); //reset the guessed password to NULL
session_attempts=0;
hidprint(UNLOCKED);
if (!configmode) hidprint(UNLOCKED);
SoftTimer.remove(&taskInitialized);
#ifdef DEBUG
Serial.println("UNLOCKED");
Expand Down

0 comments on commit a6955f9

Please sign in to comment.