From d8864a490b75d121ee1fe1be652d542623043fba Mon Sep 17 00:00:00 2001 From: noproto Date: Tue, 17 Sep 2024 17:40:17 -0400 Subject: [PATCH] Add nested_target_key 64 to TODO --- lib/nfc/protocols/mf_classic/mf_classic_poller.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/nfc/protocols/mf_classic/mf_classic_poller.c b/lib/nfc/protocols/mf_classic/mf_classic_poller.c index 7aab12b53..aac9f228b 100644 --- a/lib/nfc/protocols/mf_classic/mf_classic_poller.c +++ b/lib/nfc/protocols/mf_classic/mf_classic_poller.c @@ -9,6 +9,7 @@ // TODO: Reflect status in NFC app (second text line, progress bar) // TODO: Buffer writes for Hardnested, set state to Log when finished and sum property matches // TODO: Load dictionaries specific to a CUID to not clutter the user dictionary +// TODO: Fix rare nested_target_key 64 bug #define MF_CLASSIC_MAX_BUFF_SIZE (64)