From: adam@algroup.co.uk Date: Mon, 6 Jul 2009 10:18:53 +0000 (+0000) Subject: argh. dropped locomread this time. going to the back of the class... X-Git-Tag: v1.0.0~583 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/1de3416e5a5ba6c60e0257ce667bb08fd8ebbcde argh. dropped locomread this time. going to the back of the class... --- 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",