mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
RFID: Add blank InstaFob detection (#157)
* Added protocols for blank Minutekey InstaFob
Files based on this video https://youtu.be/Hj7uAKEaFDI?si=6dk4Ny1bTPlO6UZd
* Update lfrfid_protocols.c
Add compatibility with protocol_insta_fob files
* Update lfrfid_protocols.h
Add compatibility for LFRFIDProtocolInstaFob
* Update Samsung.ir
* Revert "Update Samsung.ir"
This reverts commit 94b7bddf27.
* Enum should be at bottom for binary comaptibility
---------
Co-authored-by: Willy-JL <49810075+Willy-JL@users.noreply.github.com>
This commit is contained in:
@@ -30,6 +30,7 @@ typedef enum {
|
||||
LFRFIDProtocolGallagher,
|
||||
LFRFIDProtocolNexwatch,
|
||||
LFRFIDProtocolSecurakey,
|
||||
LFRFIDProtocolInstaFob,
|
||||
LFRFIDProtocolMax,
|
||||
} LFRFIDProtocol;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user