mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
Remove delay from emulation loop. This improves compatibility when the reader is Android.
This commit is contained in:
@@ -179,7 +179,6 @@ void nfc_worker_nfcv_emulate(NfcWorker* nfc_worker) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
furi_delay_ms(10);
|
|
||||||
}
|
}
|
||||||
nfcv_emu_deinit(nfcv_data);
|
nfcv_emu_deinit(nfcv_data);
|
||||||
|
|
||||||
@@ -207,7 +206,6 @@ void nfc_worker_nfcv_sniff(NfcWorker* nfc_worker) {
|
|||||||
nfc_worker->callback(NfcWorkerEventNfcVCommandExecuted, nfc_worker->context);
|
nfc_worker->callback(NfcWorkerEventNfcVCommandExecuted, nfc_worker->context);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
furi_delay_ms(10);
|
|
||||||
}
|
}
|
||||||
nfcv_emu_deinit(nfcv_data);
|
nfcv_emu_deinit(nfcv_data);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user