mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 18:13:46 +00:00
Examples: more ISO14443A info decoding & verbose mode for nfc-list
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user