mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 10:02:06 +08:00
Firmware replace \000 with \x00 (#22911)
old-commit-hash: e42bf919b2734830aaeae12ac73106bbb9e20d65
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user