another comment

pull/28666/head
Shane Smiskol 2 years ago
parent 3a770b4e6e
commit bdd968dd41
  1. 1
      selfdrive/car/toyota/values.py

@ -264,6 +264,7 @@ FW_QUERY_CONFIG = FwQueryConfig(
(Ecu.hybrid, 0x7d2, None), # Hybrid Control Assembly & Computer (Ecu.hybrid, 0x7d2, None), # Hybrid Control Assembly & Computer
(Ecu.srs, 0x780, None), # SRS Airbag (Ecu.srs, 0x780, None), # SRS Airbag
(Ecu.srs, 0x784, None), # SRS Airbag 2 (Ecu.srs, 0x784, None), # SRS Airbag 2
# Likely only exists on cars where EPB isn't standard (EPB is usually combined with ABS)
(Ecu.epb, 0x750, 0x2c), # Electronic Parking Brake (Ecu.epb, 0x750, 0x2c), # Electronic Parking Brake
(Ecu.gateway, 0x750, 0x5f), (Ecu.gateway, 0x750, 0x5f),
(Ecu.telematics, 0x750, 0xc7), (Ecu.telematics, 0x750, 0xc7),

Loading…
Cancel
Save