mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Reduce BUSY_TIMEOUT and handles FPC/FLASH FW more gracefully on non-RDV4 pm3
This commit is contained in:
parent
ec5f70caf2
commit
9d261adfb1
4 changed files with 11 additions and 9 deletions
|
@ -600,7 +600,7 @@ void I2C_print_status(void) {
|
|||
if (len > 0)
|
||||
Dbprintf(" version.................v%x.%02d", resp[0], resp[1]);
|
||||
else
|
||||
DbpString(" version.................FAILED");
|
||||
DbpString(" version................." _RED_("FAILED"));
|
||||
}
|
||||
|
||||
// Will read response from smart card module, retries 3 times to get the data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue