chg: unified download

This commit is contained in:
iceman1001 2018-05-02 19:52:31 +02:00
commit 6f7d0dffdc
4 changed files with 5 additions and 5 deletions

View file

@ -1782,7 +1782,7 @@ int CmdHF14AMfUDump(const char *Cmd){
bufferSize = sizeof(data);
}
if ( !GetFromBigBuf(data, bufferSize, startindex, NULL, 2500, false) ) {
if ( !GetFromDevice(BIG_BUF, data, bufferSize, startindex, NULL, 2500, false) ) {
PrintAndLogEx(WARNING, "command execution time out");
return 1;
}