Commit Graph

5 Commits

Author SHA1 Message Date
Lech Perczak 5f2d0a126b Docs: Add README 2018-09-06 00:20:17 +02:00
Lech ba8a3b48dc DoorLockController: Fix possible multiple-key conflict
Ensured that if more than 1 key is available and authentication fails
for at least the last one, door will open. This is by ending the loop on
1st available key.
2018-09-05 23:48:36 +02:00
Lech 40ddf07c00 NfcAuthenticator: Reset PCD every read
Sometimes PCD driver would hang, causing inability to read NFC keys.
This is to fix the issue, increasing loop time only slightly.
2018-09-05 23:48:36 +02:00
Lech 51ce0872bb NfcAuthenticator: support all valid tag types 2018-09-05 23:48:36 +02:00
Lech af6dcf2629 Initial commit 2018-09-05 23:48:36 +02:00