|
|
@ -38,7 +38,7 @@ class CarInterface(CarInterfaceBase): |
|
|
|
else: |
|
|
|
else: |
|
|
|
ret.transmissionType = TransmissionType.manual |
|
|
|
ret.transmissionType = TransmissionType.manual |
|
|
|
|
|
|
|
|
|
|
|
if any(msg in fingerprint[1] for msg in [0x40, 0x86, 0xB2]): # Airbag_01, LWI_01, ESP_19 |
|
|
|
if any(msg in fingerprint[1] for msg in [0x40, 0x86, 0xB2, 0xFD]): # Airbag_01, LWI_01, ESP_19, ESP_21 |
|
|
|
ret.networkLocation = NetworkLocation.gateway |
|
|
|
ret.networkLocation = NetworkLocation.gateway |
|
|
|
else: |
|
|
|
else: |
|
|
|
ret.networkLocation = NetworkLocation.fwdCamera |
|
|
|
ret.networkLocation = NetworkLocation.fwdCamera |
|
|
|