int CmdJablotronRead(const char *Cmd) {
CmdLFRead("s");
- getSamples("30000",false);
+ getSamples("20000", TRUE);
return CmdJablotronDemod(Cmd);
}
UsbCommand resp;
UsbCommand c = {CMD_T55XX_WRITE_BLOCK, {0,0,0}};
- for (int i=4; i>=0; i--) {
+ for (int i = 2; i >= 0; --i) {
c.arg[0] = blocks[i];
c.arg[1] = i;
clearCommandBuffer();