Skip to content

Commit 77fd64e

Browse files
authored
Move 2020 Lexus NX 300 fw fingerprints to TSS2 (commaai#23893)
* Revert "Toyota: add Leuxs NX fingerprint (commaai#23808)" This reverts commit 4f999b4. * Add engine and fwRadar fw
1 parent 52cd580 commit 77fd64e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

selfdrive/car/toyota/values.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,12 +1362,10 @@ class CAR:
13621362
b'\x01896637852000\x00\x00\x00\x00',
13631363
b'\x01896637854000\x00\x00\x00\x00',
13641364
b'\x01896637878000\x00\x00\x00\x00',
1365-
b'\x018966378B3000\x00\x00\x00\x00',
13661365
],
13671366
(Ecu.esp, 0x7b0, None): [
13681367
b'F152678130\x00\x00\x00\x00\x00\x00',
13691368
b'F152678140\x00\x00\x00\x00\x00\x00',
1370-
b'\x01F152678221\x00\x00\x00\x00\x00\x00',
13711369
],
13721370
(Ecu.dsu, 0x791, None): [
13731371
b'881517803100\x00\x00\x00\x00',
@@ -1376,23 +1374,21 @@ class CAR:
13761374
(Ecu.eps, 0x7a1, None): [
13771375
b'8965B78060\x00\x00\x00\x00\x00\x00',
13781376
b'8965B78080\x00\x00\x00\x00\x00\x00',
1379-
b'8965B78120\x00\x00\x00\x00\x00\x00',
13801377
],
13811378
(Ecu.fwdRadar, 0x750, 0xf): [
13821379
b'8821F4702100\x00\x00\x00\x00',
13831380
b'8821F4702300\x00\x00\x00\x00',
1384-
b'\x018821F3301200\x00\x00\x00\x00',
13851381
],
13861382
(Ecu.fwdCamera, 0x750, 0x6d): [
13871383
b'8646F7801100\x00\x00\x00\x00',
13881384
b'8646F7801300\x00\x00\x00\x00',
1389-
b'\x028646F78030A0\x00\x00\x00\x008646G2601200\x00\x00\x00\x00',
13901385
],
13911386
},
13921387
CAR.LEXUS_NX_TSS2: {
13931388
(Ecu.engine, 0x700, None): [
13941389
b'\x018966378B2100\x00\x00\x00\x00',
13951390
b'\x018966378G3000\x00\x00\x00\x00',
1391+
b'\x018966378B3000\x00\x00\x00\x00'
13961392
],
13971393
(Ecu.esp, 0x7b0, None): [
13981394
b'\x01F152678221\x00\x00\x00\x00\x00\x00',
@@ -1402,6 +1398,7 @@ class CAR:
14021398
],
14031399
(Ecu.fwdRadar, 0x750, 0xf): [
14041400
b"\x018821F3301400\x00\x00\x00\x00",
1401+
b'\x018821F3301200\x00\x00\x00\x00',
14051402
],
14061403
(Ecu.fwdCamera, 0x750, 0x6d): [
14071404
b'\x028646F78030A0\x00\x00\x00\x008646G2601200\x00\x00\x00\x00',

0 commit comments

Comments
 (0)