diff options
Diffstat (limited to 'nfc')
-rw-r--r-- | nfc/nfc_hw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nfc/nfc_hw.c b/nfc/nfc_hw.c index b604768..e1c9f8e 100644 --- a/nfc/nfc_hw.c +++ b/nfc/nfc_hw.c @@ -67,8 +67,8 @@ static uint8_t pn544_eedata_settings[][4] = { ,{0x00,0x9C,0x12,0x00} // ,{0x00,0x9C,0x13,0x00} // - //WTX for LLCP communication - ,{0x00,0x98,0xA2,0x0E} // Max value: 14 (default value: 09) + // NFC-DEP Target Waiting Time (WT) + ,{0x00,0x98,0xA2,0x08} // Set to 0x08 as required by [digital] (default value: 09) //SE GPIO ,{0x00, 0x98, 0x93, 0x40} |