X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/736aea60368061c5f9d3de92465d0a4f5672217f..1de3416e5a5ba6c60e0257ce667bb08fd8ebbcde:/winsrc/command.cpp diff --git a/winsrc/command.cpp b/winsrc/command.cpp index 405405de..f8a9d569 100644 --- a/winsrc/command.cpp +++ b/winsrc/command.cpp @@ -2465,6 +2465,7 @@ static struct { "lcd", CmdLcd,0, " -- Send command/data to LCD", "lcdreset", CmdLcdReset,0, " Hardware reset LCD", "load", CmdLoad,1, " -- Load trace (to graph window", + "locomread", CmdLoCommandRead,0, " <'0' period> <'1' period> ['h'] -- Modulate LF reader field to send command before read (all periods in microseconds) (option 'h' for 134)", "loread", CmdLoread,0, "['h'] -- Read 125/134 kHz LF ID-only tag (option 'h' for 134)", "losamples", CmdLosamples,0, "[128 - 16000] -- Get raw samples for LF tag", "losim", CmdLosim,0, " Simulate LF tag",