]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlft55xx.c
CHG: lowered the number of bytes collected for T55xxReadBlock. Was 12000 -> 7679
[proxmark3-svn] / client / cmdlft55xx.c
index ec8c9de994a8b3d1292d6e231e40ead6bffdfe5a..8342bf08a53af96690a18cdaaa34d1039a64669f 100644 (file)
@@ -1274,7 +1274,8 @@ int AquireData( uint8_t page, uint8_t block, bool pwdmode, uint32_t password ){
                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
Impressum, Datenschutz