mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-15 20:13:46 +00:00
Jewel/Topaz full UID is 6 bytes long (7 bytes with the manufacturer ID) but during select only the 4 LSB are returned, so we change the display to keep it in mind. (Thanks to Phil)
This commit is contained in:
@@ -135,7 +135,7 @@ print_nfc_felica_info (const nfc_felica_info_t nfi)
|
|||||||
void
|
void
|
||||||
print_nfc_jewel_info (const nfc_jewel_info_t nji)
|
print_nfc_jewel_info (const nfc_jewel_info_t nji)
|
||||||
{
|
{
|
||||||
printf (" JEWELID: ");
|
printf (" 4-LSB JEWELID: ");
|
||||||
print_hex (nji.btId, 4);
|
print_hex (nji.btId, 4);
|
||||||
printf (" SENS_RES: ");
|
printf (" SENS_RES: ");
|
||||||
print_hex (nji.btSensRes, 2);
|
print_hex (nji.btSensRes, 2);
|
||||||
|
|||||||
Reference in New Issue
Block a user