OFW PR 2658: Hitag

by blackvault88
This commit is contained in:
MX
2023-05-17 21:18:05 +03:00
parent d620285e0a
commit c9ddecff87
21 changed files with 2893 additions and 47 deletions

View File

@@ -23,6 +23,7 @@ typedef enum {
LFRFIDWorkerReadTypeAuto,
LFRFIDWorkerReadTypeASKOnly,
LFRFIDWorkerReadTypePSKOnly,
LFRFIDWorkerReadTypeRTFOnly,
} LFRFIDWorkerReadType;
typedef enum {
@@ -32,6 +33,8 @@ typedef enum {
LFRFIDWorkerReadSenseCardEnd,
LFRFIDWorkerReadStartASK,
LFRFIDWorkerReadStartPSK,
LFRFIDWorkerReadStartRTF,
LFRFIDWorkerReadSenseHitag, //TODO combine with sense carstart?
LFRFIDWorkerReadDone,
} LFRFIDWorkerReadResult;