mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-03 09:49:11 +00:00
nfc: don't store pcap for mifare classic emulation (#1309)
This commit is contained in:
parent
d378ca6fda
commit
d876f10193
1 changed files with 0 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue