mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-28 01:58:11 -07: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);
|
||||
|
||||
@@ -207,7 +206,6 @@ void nfc_worker_nfcv_sniff(NfcWorker* nfc_worker) {
|
||||
nfc_worker->callback(NfcWorkerEventNfcVCommandExecuted, nfc_worker->context);
|
||||
}
|
||||
}
|
||||
furi_delay_ms(10);
|
||||
}
|
||||
nfcv_emu_deinit(nfcv_data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user