mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
ADD: Sim module firmware upgrade file. v3.10
This commit is contained in:
parent
a9b3fd7138
commit
d4b32f3050
2 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ void I2C_print_status(void) {
|
||||||
I2C_Reset_EnterMainProgram();
|
I2C_Reset_EnterMainProgram();
|
||||||
uint8_t len = I2C_BufferRead(resp, sizeof(resp), I2C_DEVICE_CMD_GETVERSION, I2C_DEVICE_ADDRESS_MAIN);
|
uint8_t len = I2C_BufferRead(resp, sizeof(resp), I2C_DEVICE_CMD_GETVERSION, I2C_DEVICE_ADDRESS_MAIN);
|
||||||
if ( len > 0 )
|
if ( len > 0 )
|
||||||
Dbprintf(" version.................v%x.%02x", resp[0], resp[1]);
|
Dbprintf(" version.................v%x.%02d", resp[0], resp[1]);
|
||||||
else
|
else
|
||||||
DbpString(" version.................FAILED");
|
DbpString(" version.................FAILED");
|
||||||
}
|
}
|
||||||
|
|
BIN
tools/simmodule/SIM010.BIN
Normal file
BIN
tools/simmodule/SIM010.BIN
Normal file
Binary file not shown.
Loading…
Reference in a new issue