X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a501c82b196b614295a6e3bf7481da84affb0d8e..8d0a3e87d7d2350f4a05698a42f57625e460e5d6:/client/cmdlfhid.c diff --git a/client/cmdlfhid.c b/client/cmdlfhid.c index ce21ddc8..93d06406 100644 --- a/client/cmdlfhid.c +++ b/client/cmdlfhid.c @@ -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);