fix for client crash in lf hitag eload. Hitag simulation still now working (wip)

This commit is contained in:
iceman1001 2021-06-20 23:02:18 +02:00
commit 0e7e13db7d
3 changed files with 31 additions and 20 deletions

View file

@ -259,6 +259,12 @@ typedef struct {
uint8_t data[];
} PACKED lf_nrzsim_t;
typedef struct {
uint8_t type;
uint16_t len;
uint8_t *data;
} PACKED lf_hitag_t;
typedef struct {
uint8_t blockno;
uint8_t keytype;