nfc-poll: raise polling duration from 1500ms to 6000ms.

This commit is contained in:
Romuald Conty 2010-04-13 14:07:29 +00:00
parent 24e7b20d04
commit 332eed3596

View file

@ -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;