From 3cb3eab1185a01b7cd17801302f7a4f78e365afb Mon Sep 17 00:00:00 2001 From: noproto Date: Tue, 3 Sep 2024 11:36:19 -0400 Subject: [PATCH] Update TODO --- lib/nfc/protocols/mf_classic/mf_classic_poller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nfc/protocols/mf_classic/mf_classic_poller.c b/lib/nfc/protocols/mf_classic/mf_classic_poller.c index 6d784f9f0..33973afe6 100644 --- a/lib/nfc/protocols/mf_classic/mf_classic_poller.c +++ b/lib/nfc/protocols/mf_classic/mf_classic_poller.c @@ -6,10 +6,10 @@ #define TAG "MfClassicPoller" -// TODO: Backdoor static nested // TODO: Reflect status in NFC app // TODO: Buffer writes for Hardnested, set state to Log when finished and sum property matches // TODO: Test not resetting the tag during Hardnested (single initial auth, repeated failed nested) +// TODO: Load dictionaries specific to a CUID to not clutter the user dictionary #define MF_CLASSIC_MAX_BUFF_SIZE (64)