mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-29 11:52:59 +08:00
chg: 'sc upgr' shouldnt print too much
This commit is contained in:
parent
44e300930f
commit
e7342e7402
1 changed files with 1 additions and 1 deletions
|
@ -1056,7 +1056,7 @@ void UsbPacketReceived(uint8_t *packet, int len) {
|
|||
Dbprintf("FW %02X %02X", msb, lsb);
|
||||
bool isok = I2C_ReadFW(resp, msb, lsb, I2C_DEVICE_ADDRESS_BOOT);
|
||||
if (isok)
|
||||
Dbhexdump(len, resp, false);
|
||||
Dbhexdump(sizeof(resp), resp, false);
|
||||
|
||||
length -= 64;
|
||||
pos += 64;
|
||||
|
|
Loading…
Reference in a new issue