ADD: Holimans new changes in master.

This commit is contained in:
iceman1001 2015-01-05 02:01:24 +01:00
commit d3a22c7dfa
23 changed files with 488 additions and 321 deletions

View file

@ -47,7 +47,6 @@ void SendCommand(UsbCommand *c) {
PrintAndLog("Sending bytes to proxmark failed - offline");
return;
}
/**
The while-loop below causes hangups at times, when the pm3 unit is unresponsive
or disconnected. The main console thread is alive, but comm thread just spins here.