mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-08 17:18:10 +08:00
syntax
This commit is contained in:
parent
9af8d0e7ac
commit
1b8ff6c45c
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ int CmdCOTAGRead(const char *Cmd) {
|
|||
case 2: {
|
||||
CmdPlot("");
|
||||
CmdGrid("384");
|
||||
getSamples(0, true); break;
|
||||
getSamples(0, true);
|
||||
break;
|
||||
}
|
||||
case 1: {
|
||||
GetFromBigBuf(DemodBuffer, COTAG_BITS, 0);
|
||||
|
|
Loading…
Reference in a new issue