Reduce BUSY_TIMEOUT and handles FPC/FLASH FW more gracefully on non-RDV4 pm3

This commit is contained in:
Philippe Teuwen 2019-05-01 16:48:04 +02:00
commit 9d261adfb1
4 changed files with 11 additions and 9 deletions

View file

@ -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.