mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
e7d0afdc50
* Create protocol_securakey.c * decode and render done * Support for Radio Key Securakey Support both 26- and 32-bit format Solves issue #2619 * debugs and improvements * Formatting in response to requested changes * fixed wiegand parity bit calculation * format * debug unnecessary assert * LfRfid: swap vendor and protocol names in securakey * fixed manually generated keys issues * fix bit length render error caused by bit length fix Co-authored-by: あく <alleteam@gmail.com>
4 lines
No EOL
99 B
C
4 lines
No EOL
99 B
C
#pragma once
|
|
#include <toolbox/protocols/protocol.h>
|
|
|
|
extern const ProtocolBase protocol_securakey; |