Skip to content

Commit

Permalink
Merge branch 'model3_stock_acc' into model3_stock_acc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasloetkolben authored May 7, 2024
2 parents 2d56625 + aad114d commit f58c444
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions selfdrive/car/tesla/fingerprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,33 @@
b'TeM3_E014p10_0.0.0 (16),E014.17.00',
b'TeMYG4_DCS_Update_0.0.0 (9),E4014.26.0',
b'TeMYG4_DCS_Update_0.0.0 (13),E4014.28.1',
b'TeMYG4_SingleECU_0.0.0 (33),E4S014.27',
],
(Ecu.engine, 0x606, None): [
b'\x01\x00\x05 K\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x003\xa4',
b'\x01\x00\x05 N\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00Z\xa7',
b'\x01\x00\x05 N\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x003\xf2',
b'\x01\x00\x05 [\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x003\xd8',
b'\x01\x00\x05\x18A\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x000\x91',
b'\x01\x00\x05 D\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00Z\xe1',
b'\x01\x00\x05\x1e[\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x003\x05',
b'\x01\x00\x05\x1cF\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x002\r'
],
},
CAR.TESLA_AP3_MODELY: {
(Ecu.eps, 0x730, None): [
b'TeM3_ES014p11_0.0.0 (25),YS002.19.0',
b'TeM3_E014p10_0.0.0 (16),Y002.18.00',
b'TeMYG4_DCS_Update_0.0.0 (9),Y4P002.25.0'
b'TeMYG4_DCS_Update_0.0.0 (9),Y4P002.25.0',
b'TeMYG4_DCS_Update_0.0.0 (13),Y4002.27.1',
],
(Ecu.engine, 0x606, None): [
b'\x01\x00\x05 m\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00Z\xd5',
b'\x01\x00\x05\x1e[\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x003\x06'
b'\x01\x00\x05\x1e[\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x003\x06',
b'\x01\x00\x05\x1eO\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x002\xe2',
b'\x01\x00\x05\x1cO\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x002\x12',
b'\x01\x00\x05 O\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x003\x9a',
b'\x01\x00\x055p\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00;\xc5',
],
},
}

0 comments on commit f58c444

Please sign in to comment.