Add support for PAC/Stanley tags (#1648)

* Add support for PAC/Stanley tags
* Address review comments
This commit is contained in:
Sebastian Mauer
2022-08-29 16:04:17 +01:00
committed by GitHub
parent ffa3ff5e7c
commit 1350dcaf63
10 changed files with 287 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ typedef enum {
LFRFIDProtocolFDXB,
LFRFIDProtocolHidGeneric,
LFRFIDProtocolHidExGeneric,
LFRFIDProtocolPACStanley,
LFRFIDProtocolMax,
} LFRFIDProtocol;