mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-03 04:49:59 -07:00
OFW PR 2680: RFID Add support for Nexkey/Nexwatch
by mauimauer
This commit is contained in:
@@ -25,6 +25,7 @@ typedef enum {
|
||||
LFRFIDProtocolPACStanley,
|
||||
LFRFIDProtocolKeri,
|
||||
LFRFIDProtocolGallagher,
|
||||
LFRFIDProtocolNexwatch,
|
||||
LFRFIDProtocolMax,
|
||||
} LFRFIDProtocol;
|
||||
|
||||
@@ -39,4 +40,4 @@ typedef struct {
|
||||
union {
|
||||
LFRFIDT5577 t5577;
|
||||
};
|
||||
} LFRFIDWriteRequest;
|
||||
} LFRFIDWriteRequest;
|
||||
|
||||
Reference in New Issue
Block a user