Add support for Gallagher tags (#1680)

* Add Gallagher protocol
This commit is contained in:
Sebastian Mauer
2022-09-02 12:15:34 +01:00
committed by GitHub
parent 0ee4573a65
commit 10b0a611cf
4 changed files with 307 additions and 0 deletions

View File

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