mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
* Add lfrfid GProxII support * Add rfid GProxII support and correct linting issues. * Add GProxII support for 26 and 36 bit cards * Add GProxII 26 and 36 bit key - fixing minor typos * Add GProxII 26 and 36 bit key - fix typo * Add GProxII 26 and 36 Bit support - Change comment to not fail lint checking on XOR Value Co-authored-by: あく <alleteam@gmail.com>
5 lines
98 B
C
5 lines
98 B
C
#pragma once
|
|
#include <toolbox/protocols/protocol.h>
|
|
|
|
extern const ProtocolBase protocol_gproxii;
|