]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.c
FIXED: lf t55xx fsk now demods but only to binary.
[proxmark3-svn] / client / proxmark3.c
index a9819b542da04302e0741085e5b2d1e99f967625..d2bb2011249f5d04ad3cf9bdf9e9c04be98bb5a5 100644 (file)
@@ -48,6 +48,11 @@ void SendCommand(UsbCommand *c) {
       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