}\r
clearCommandBuffer();\r
SendCommand(&c);\r
- if (!WaitForResponseTimeout(CMD_ACK, &resp, 1000)){\r
+ if (!WaitForResponseTimeout(CMD_ACK, &resp, 1500)){\r
PrintAndLog("Error occurred, device did not ACK write operation. (May be due to old firmware)");\r
return 0;\r
}\r
return 0;\r
}\r
\r
- uint8_t got[12288];\r
+ //uint8_t got[12288];\r
+ uint8_t got[7679];\r
GetFromBigBuf(got, sizeof(got), 0);\r
if ( !WaitForResponseTimeout(CMD_ACK, NULL, 8000) ) {\r
PrintAndLog("command execution time out");\r