]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/snooper.c
chg: too many \ slashes
[proxmark3-svn] / client / snooper.c
index 009a89f7cdbbddbad6d1e590dc6cff8dd7f82433..36c80ce65d5be0933d1952e482ef8ca6fd4ecb03 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "sleep.h"
 #include "ui.h"
-#include "proxusb.h"
+//#include "proxusb.h"
 #include "cmdmain.h"
 
 #define HANDLE_ERROR if (error_occured) { \
@@ -29,7 +29,7 @@ int main()
     while (!OpenProxmark(0)) { sleep(1); }
     while (1) {
       UsbCommand cmdbuf;
-      CommandReceived("hi14asnoop");
+      CommandReceived("hf 14a snoop");
       HANDLE_ERROR;
       ReceiveCommand(&cmdbuf);
       HANDLE_ERROR;
@@ -37,7 +37,7 @@ int main()
         ReceiveCommandPoll(&cmdbuf);
       }
       HANDLE_ERROR;
-      CommandReceived("hi14alist");
+      CommandReceived("hf list 14a");
       HANDLE_ERROR;
     }
   }
Impressum, Datenschutz