Toyota: add another blacklisted FW character

pull/32803/head
Shane Smiskol 10 months ago
parent a132a23574
commit 40aa3a0337
  1. 3
      selfdrive/car/toyota/tests/test_toyota.py

@ -12,7 +12,8 @@ ECU_NAME = {v: k for k, v in Ecu.schema.enumerants.items()}
def check_fw_version(fw_version: bytes) -> bool:
return b'?' not in fw_version
# TODO: just use the FW patterns, need to support all chunks
return b'?' not in fw_version and b'!' not in fw_version
class TestToyotaInterfaces:

Loading…
Cancel
Save