ADD: Sim module firmware upgrade file. v3.10

This commit is contained in:
iceman1001 2018-12-19 23:28:01 +01:00
parent a9b3fd7138
commit d4b32f3050
2 changed files with 1 additions and 1 deletions

View file

@ -575,7 +575,7 @@ void I2C_print_status(void) {
I2C_Reset_EnterMainProgram();
uint8_t len = I2C_BufferRead(resp, sizeof(resp), I2C_DEVICE_CMD_GETVERSION, I2C_DEVICE_ADDRESS_MAIN);
if ( len > 0 )
Dbprintf(" version.................v%x.%02x", resp[0], resp[1]);
Dbprintf(" version.................v%x.%02d", resp[0], resp[1]);
else
DbpString(" version.................FAILED");
}

BIN
tools/simmodule/SIM010.BIN Normal file

Binary file not shown.