mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: 'sc raw' - no need to tvl decode twice
This commit is contained in:
parent
25b07682dc
commit
ac12d715f0
1 changed files with 0 additions and 4 deletions
|
@ -232,10 +232,6 @@ int CmdSmartRaw(const char *Cmd) {
|
||||||
clearCommandBuffer();
|
clearCommandBuffer();
|
||||||
SendCommand(&c);
|
SendCommand(&c);
|
||||||
len = smart_response(buf);
|
len = smart_response(buf);
|
||||||
|
|
||||||
// TLV decoder
|
|
||||||
if (len > 4)
|
|
||||||
TLVPrintFromBuffer(buf+1, len-3);
|
|
||||||
|
|
||||||
data[4] = 0;
|
data[4] = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue