Merge pull request #114 from merlokk/nfc4

NFC. added hardware part of UID
This commit is contained in:
Conor Patrick
2019-02-19 22:05:15 -05:00
committed by GitHub

View File

@@ -297,7 +297,7 @@ bool ams_init()
printf1(TAG_NFC,"AMS3956 product type 0x%02x.\n", productType);
ams_read_eeprom_block(AMS_CONFIG_UID_ADDR, block);
printf1(TAG_NFC,"UID: "); dump_hex1(TAG_NFC,block,4);
printf1(TAG_NFC,"UID: 3F 14 02 - "); dump_hex1(TAG_NFC,block,4);
ams_read_eeprom_block(AMS_CONFIG_BLOCK0_ADDR, block);
printf1(TAG_NFC,"conf0: "); dump_hex1(TAG_NFC,block,4);