[FL-2507] Fix NTAG21x emulation fix (#1179)
* mifare ultralight: add support fast read to NTAG21x * emv: add log traces Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -74,6 +74,8 @@ typedef struct {
|
||||
uint8_t pages_to_read;
|
||||
uint8_t pages_read;
|
||||
bool support_fast_read;
|
||||
bool support_tearing_flags;
|
||||
bool support_counters;
|
||||
} MfUltralightReader;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user