From 332eed3596ba9ba40d36c8bb54b1ca8181d4e176 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Tue, 13 Apr 2010 14:07:29 +0000 Subject: [PATCH] nfc-poll: raise polling duration from 1500ms to 6000ms. --- examples/nfc-poll.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nfc-poll.c b/examples/nfc-poll.c index ed1205c..92018b2 100644 --- a/examples/nfc-poll.c +++ b/examples/nfc-poll.c @@ -103,8 +103,8 @@ int main(int argc, const char* argv[]) // bool (*transceive)(const nfc_device_spec_t nds, const byte_t* pbtTx, const size_t szTxLen, byte_t* pbtRx, size_t* pszRxLen); - const byte_t btPollNr = 0x0a; - const byte_t btPeriod = 0x01; + const byte_t btPollNr = 20; + const byte_t btPeriod = 2; const nfc_target_type_t nttMifare = NTT_MIFARE; const size_t szTargetTypes = 1;