mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-26 19:56:39 +00:00
New issue Summary: Improve ISO 14443-B data (ATTRIB_RES) decoding Before this revision, pn53x_decode_target_data() wrongly decode ISO14443-B. Currently, whole ATTRIB_RES field is stored in nfc_target_info_t struct. I do not find the correct documentation to fix it better than this, but at least it now retrieves a correct value.