Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from IncursioHack/main
Browse files Browse the repository at this point in the history
Bugfix RFID2 -Enter key on keyboard [Double Click]
  • Loading branch information
pr3y authored Apr 24, 2024
2 parents f0bb36d + d7eac59 commit 2b76f8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bruce.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2924,11 +2924,13 @@ void rfid_loop()
case read_mode:
currentState = write_mode;
displayWriteMode();
delay(300);
break;
case write_mode:
currentState = read_mode;
displayReadMode();
readUID = false;
delay(300);
break;
}
}
Expand Down

0 comments on commit 2b76f8a

Please sign in to comment.