From: frederikmoellers@aol.de Date: Tue, 28 Aug 2012 22:45:34 +0000 (+0000) Subject: Allow user to specify a delay X-Git-Tag: v1.0.0~148 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/69f8a37be03089ccf5e579fb94a7cc02edd779fc?hp=69f8a37be03089ccf5e579fb94a7cc02edd779fc Allow user to specify a delay The user may specify a delay between PACE nonce requests. Using no delay between subsequent issues of the USB command may lead to errors in the USB communication. Until test results show that the delay can be fixed or left out completely the user has to test what value is safe to use. This fixes errors "Read only 40 instead of requested 64 bytes!" (if the correct delay is used, e.g. 3 seconds for 16 byte nonces). ---