OFW PR 2680: RFID Add support for Nexkey/Nexwatch

by mauimauer
This commit is contained in:
MX
2023-05-28 02:49:29 +03:00
parent 70a7ab7f2e
commit c8d396f94b
4 changed files with 332 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
#include "protocol_pac_stanley.h"
#include "protocol_keri.h"
#include "protocol_gallagher.h"
#include "protocol_nexwatch.h"
const ProtocolBase* lfrfid_protocols[] = {
[LFRFIDProtocolEM4100] = &protocol_em4100,
@@ -35,4 +36,5 @@ const ProtocolBase* lfrfid_protocols[] = {
[LFRFIDProtocolPACStanley] = &protocol_pac_stanley,
[LFRFIDProtocolKeri] = &protocol_keri,
[LFRFIDProtocolGallagher] = &protocol_gallagher,
};
[LFRFIDProtocolNexwatch] = &protocol_nexwatch,
};