Add support for Jablotron tags (#1657)

* Add support for Jablotron tags
This commit is contained in:
Sebastian Mauer
2022-08-29 16:15:27 +01:00
committed by GitHub
parent 39f936ce12
commit f09c5889dd
4 changed files with 219 additions and 1 deletions

View File

@@ -17,9 +17,9 @@ typedef enum {
LFRFIDProtocolFDXB,
LFRFIDProtocolHidGeneric,
LFRFIDProtocolHidExGeneric,
LFRFIDProtocolJablotron,
LFRFIDProtocolParadox,
LFRFIDProtocolPACStanley,
LFRFIDProtocolMax,
} LFRFIDProtocol;