|
|
@ -36,7 +36,7 @@ class CarInterface(CarInterfaceBase): |
|
|
|
else: |
|
|
|
else: |
|
|
|
ret.transmissionType = TransmissionType.manual |
|
|
|
ret.transmissionType = TransmissionType.manual |
|
|
|
|
|
|
|
|
|
|
|
if any(msg in fingerprint[1] for msg in (0x1A0, 0xAE)): # FIXME: what are these messages |
|
|
|
if any(msg in fingerprint[1] for msg in (0x1A0, 0xAE)): # Bremse_1, ??? (FIXME: 0xAE undocumented, why this?) |
|
|
|
ret.networkLocation = NetworkLocation.gateway |
|
|
|
ret.networkLocation = NetworkLocation.gateway |
|
|
|
else: |
|
|
|
else: |
|
|
|
ret.networkLocation = NetworkLocation.fwdCamera |
|
|
|
ret.networkLocation = NetworkLocation.fwdCamera |
|
|
|