[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:
gornekich
2022-04-28 19:09:52 +03:00
committed by GitHub
parent fe254d469f
commit af5e03ecb7
3 changed files with 37 additions and 8 deletions

View File

@@ -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 {