diff --git a/common/i2c.c b/common/i2c.c index ea830a1bd..99f8b6e12 100644 --- a/common/i2c.c +++ b/common/i2c.c @@ -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"); } diff --git a/tools/simmodule/SIM010.BIN b/tools/simmodule/SIM010.BIN new file mode 100644 index 000000000..dea57a7d8 Binary files /dev/null and b/tools/simmodule/SIM010.BIN differ