]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfhid.c
ADD: marshmellows new lf command and DetectClock. (works great!)
[proxmark3-svn] / client / cmdlfhid.c
index ce21ddc8d9f3b0fa97e21da7207acf8034b0d803..93d06406851c581ed8e35e55786c76ee50b5157c 100644 (file)
@@ -58,6 +58,7 @@ int CmdHIDSim(const char *Cmd)
   }
 
   PrintAndLog("Emulating tag with ID %x%16x", hi, lo);
+  PrintAndLog("Press pm3-button to abort simulation");
 
   UsbCommand c = {CMD_HID_SIM_TAG, {hi, lo, 0}};
   SendCommand(&c);
Impressum, Datenschutz