adapt response struct for hitag2 so be large enough to handle 256bytes for cryptostream

This commit is contained in:
iceman1001 2024-05-27 15:19:22 +02:00
commit 8d1e9c1f5d

View file

@ -59,7 +59,7 @@ typedef struct {
typedef struct {
int status;
uint8_t data[48];
uint8_t data[256];
} PACKED lf_hitag_crack_response_t;
//---------------------------------------------------------