From d876f101930f09f3af1713f6130f7d455fbcf926 Mon Sep 17 00:00:00 2001 From: gornekich Date: Fri, 10 Jun 2022 17:23:45 +0300 Subject: [PATCH] nfc: don't store pcap for mifare classic emulation (#1309) --- applications/nfc/nfc_worker.c | 1 - 1 file changed, 1 deletion(-) diff --git a/applications/nfc/nfc_worker.c b/applications/nfc/nfc_worker.c index c058809e..907f5a4c 100644 --- a/applications/nfc/nfc_worker.c +++ b/applications/nfc/nfc_worker.c @@ -491,7 +491,6 @@ void nfc_worker_mifare_classic_dict_attack(NfcWorker* nfc_worker) { void nfc_worker_emulate_mifare_classic(NfcWorker* nfc_worker) { FuriHalNfcTxRxContext tx_rx = {}; - nfc_debug_pcap_prepare_tx_rx(&tx_rx, nfc_worker->storage, true); FuriHalNfcDevData* nfc_data = &nfc_worker->dev_data->nfc_data; MfClassicEmulator emulator = { .cuid = nfc_util_bytes2num(&nfc_data->uid[nfc_data->uid_len - 4], 4),