]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.c
ADD: the option to simulate tnp3xxx inthe command "hf mf sim"
[proxmark3-svn] / client / proxmark3.c
index a9819b542da04302e0741085e5b2d1e99f967625..6657114425340053db051e7efa0da96a425c5a37 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;
@@ -110,7 +115,7 @@ static void *main_loop(void *targ) {
   }
   
   FILE *script_file = NULL;
-  char script_cmd_buf[256];
+  char script_cmd_buf[256];  // iceman, needs lua script the same file_path_buffer as the rest
   
   if (arg->script_cmds_file)
   {
Impressum, Datenschutz