add nissan xtrail

pull/22655/head
robin-reckmann 4 years ago
parent adb7a53f79
commit ad9ef7fbcb
  1. 16
      selfdrive/car/nissan/values.py

@ -59,8 +59,6 @@ FINGERPRINTS = {
FW_VERSIONS = { FW_VERSIONS = {
CAR.LEAF_IC: { CAR.LEAF_IC: {
# 2018 Leaf IC - UDM / @razemio
# Ecu, addr, subaddr
(Ecu.fwdCamera, 0x707, None): [ (Ecu.fwdCamera, 0x707, None): [
b'5SH1BDB\x04\x18\x00\x00\x00\x00\x00_-?\x04\x91\xf2\x00\x00\x00\x80', b'5SH1BDB\x04\x18\x00\x00\x00\x00\x00_-?\x04\x91\xf2\x00\x00\x00\x80',
b'5SK0ADB\x04\x18\x00\x00\x00\x00\x00_(5\x07\x9aQ\x00\x00\x00\x80', b'5SK0ADB\x04\x18\x00\x00\x00\x00\x00_(5\x07\x9aQ\x00\x00\x00\x80',
@ -77,6 +75,20 @@ FW_VERSIONS = {
b'5SA3B\x04AB\x071\x03\x80\x12P\x02\x03D\x00\x01\x06\x00\x00\x00\x80', b'5SA3B\x04AB\x071\x03\x80\x12P\x02\x03D\x00\x01\x06\x00\x00\x00\x80',
], ],
}, },
CAR.XTRAIL: {
(Ecu.esp, 0x740, None): [
b'6FU1BD\x11\x02\x00\x02e\x95e\x80iX#\x01\x00\x00\x00\x00\x00\x80',
],
(Ecu.eps, 0x742, None): [
b'6FP2A\x99A\x05\x02N123F\x18\x02\x00\x00\x00\x00\x00\x00\x00\x80',
],
(Ecu.combinationMeter, 0x743, None): [
b'6FR2A\x18B\x05\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80',
],
(Ecu.engine, 0x7e0, None): [
b'6FU9B\xa0A\x06\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80',
],
},
} }
DBC = { DBC = {

Loading…
Cancel
Save