mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-08-01 00:21:50 +00:00
Examples: more ISO14443A info decoding & verbose mode for nfc-list
This commit is contained in:
@@ -67,7 +67,7 @@ main (int argc, const char *argv[])
|
||||
nfc_perror(pnd, "nfc_initiator_select_dep_target");
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
print_nfc_target (nt);
|
||||
print_nfc_target (nt, false);
|
||||
|
||||
printf ("Sending: %s\n", abtTx);
|
||||
if (!nfc_initiator_transceive_bytes (pnd, abtTx, sizeof(abtTx), abtRx, &szRx)) {
|
||||
|
||||
Reference in New Issue
Block a user