Add support for Keri tags (#1689)

Co-authored-by: SG <who.just.the.doctor@gmail.com>
This commit is contained in:
Sebastian Mauer
2022-09-02 12:36:13 +01:00
committed by GitHub
parent 10b0a611cf
commit 1d787e6da8
4 changed files with 271 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ typedef enum {
LFRFIDProtocolJablotron,
LFRFIDProtocolParadox,
LFRFIDProtocolPACStanley,
LFRFIDProtocolKeri,
LFRFIDProtocolGallagher,
LFRFIDProtocolMax,
} LFRFIDProtocol;