mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07: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: {
|
case 2: {
|
||||||
CmdPlot("");
|
CmdPlot("");
|
||||||
CmdGrid("384");
|
CmdGrid("384");
|
||||||
getSamples(0, true); break;
|
getSamples(0, true);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case 1: {
|
case 1: {
|
||||||
GetFromBigBuf(DemodBuffer, COTAG_BITS, 0);
|
GetFromBigBuf(DemodBuffer, COTAG_BITS, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue