mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
added @piwi 's usb speed test.
.. found out that my usb speed is really slow. Started to look for reasons. Have a win7 64 env, running on a vmware image.
This commit is contained in:
parent
0db6ed9a71
commit
f62b5e1204
8 changed files with 117 additions and 77 deletions
|
@ -276,7 +276,7 @@ static int get_proxmark_state(uint32_t *state)
|
|||
{
|
||||
UsbCommand c;
|
||||
c.cmd = CMD_DEVICE_INFO;
|
||||
SendCommand(&c);
|
||||
SendCommand(&c);
|
||||
UsbCommand resp;
|
||||
ReceiveCommand(&resp);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue