From e483b845a0455f0269b1541d85b5c476aa267d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 20 Jan 2019 14:17:55 +0100 Subject: [PATCH] sanders: Added ISO_DEP_MAX_TRANSCEIVE value to libnfc config Without these setting some NFC Tags can not be read (An exception is thrown which states that the transmitted data is too long). Signed-off-by: ronaxdevil --- configs/libnfc-nxp.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/libnfc-nxp.conf b/configs/libnfc-nxp.conf index 9e912bc..9e45e5f 100644 --- a/configs/libnfc-nxp.conf +++ b/configs/libnfc-nxp.conf @@ -559,3 +559,7 @@ NXP_TYPEA_UICC_BAUD_RATE=0x00 # 424kbps maximum supported - 0x02 # 848kbps maximum supported - 0x03 NXP_TYPEB_UICC_BAUD_RATE=0x00 + +############################################################################### +# Extended APDU length for ISO_DEP +ISO_DEP_MAX_TRANSCEIVE=0xFEFF \ No newline at end of file