Revert NFC u2f

This commit is contained in:
VerstreuteSeele
2023-01-14 09:00:41 +01:00
parent 905bb23fdf
commit 49dabee42f
13 changed files with 65 additions and 308 deletions

View File

@@ -67,7 +67,7 @@ static void nfc_cli_emulate(Cli* cli, FuriString* args) {
};
while(!cli_cmd_interrupt_received(cli)) {
if(furi_hal_nfc_listen(&params, false, 100)) {
if(furi_hal_nfc_listen(params.uid, params.uid_len, params.atqa, params.sak, false, 100)) {
printf("Reader detected\r\n");
furi_hal_nfc_sleep();
}