This commit is contained in:
iceman1001 2018-02-11 17:46:14 +01:00
parent 9af8d0e7ac
commit 1b8ff6c45c

View file

@ -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);