Files
opendbc-meb/opendbc/sunnypilot/car/tesla/fingerprints_ext.py
Jason Wen a45a2861dd Tesla: add fingerprint for Model 3 Performance HW4 (#407)
* Fingerprint Tesla Model 3 Performance HW4

Added Tesla Model 3 Performance HW4 (Highland) Fingerprint

* Tesla Model 3 Performance Fingerprint

Added Fingerprint via fingerprints_ext

* Apply suggestions from code review

* not hyundai

* wrong dir

---------

Co-authored-by: flberger1987 <fb@i-solutions.gmbh>
2026-02-13 18:03:38 -05:00

13 lines
238 B
Python

from opendbc.car.structs import CarParams
from opendbc.car.tesla.values import CAR
Ecu = CarParams.Ecu
FW_VERSIONS_EXT = {
CAR.TESLA_MODEL_3: {
(Ecu.eps, 0x730, None): [
b'TeMYG4_Main_0.0.0 (67),E4HP015.02.1',
],
},
}