Examples: more ISO14443A info decoding & verbose mode for nfc-list
This commit is contained in:
parent
f249af6266
commit
2b24a0a7f5
10 changed files with 366 additions and 98 deletions
|
|
@ -86,7 +86,7 @@ main (int argc, const char *argv[])
|
|||
printf ("Connected to NFC device: %s\n", pnd->acName);
|
||||
|
||||
printf ("NFC device will now act as: ");
|
||||
print_nfc_target (nt);
|
||||
print_nfc_target (nt, false);
|
||||
|
||||
printf ("Waiting for initiator request...\n");
|
||||
if(!nfc_target_init (pnd, &nt, abtRx, &szRx)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue