mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-30 04:19:59 -07:00
OFW PR 2658: Hitag
by blackvault88
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user