]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.c
Refactoring low frequency operations, now 'lf hid fskdemod' is more stable. Also...
[proxmark3-svn] / client / proxmark3.c
index 528cae341c40e1fcd4023e8ead7c3d2d762511d8..bf0f3817f5223c9c3f798f21e817ba67216b7e3e 100644 (file)
@@ -47,7 +47,11 @@ 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.
+       Not good.../holiman
+       **/
   while(txcmd_pending);
   txcmd = *c;
   txcmd_pending = true;
Impressum, Datenschutz