Firmware replace \000 with \x00 (#22911)

old-commit-hash: e42bf919b2
commatwo_master
Erich Moraga 4 years ago committed by GitHub
parent cabc1b7dca
commit ba50fb04dc
  1. 2
      selfdrive/car/toyota/values.py

@ -783,7 +783,7 @@ FW_VERSIONS = {
b'\x01F152648C6300\x00\x00\x00\x00',
],
(Ecu.engine, 0x700, None): [
b'\x01896630EA1000\000\000\000\000',
b'\x01896630EA1000\x00\x00\x00\x00',
b'\x01896630EE4000\x00\x00\x00\x00',
b'\x01896630EA1000\x00\x00\x00\x00897CF4801001\x00\x00\x00\x00',
b'\x02896630E66000\x00\x00\x00\x00897CF4801001\x00\x00\x00\x00',

Loading…
Cancel
Save