Skip to content

Commit cc6fca8

Browse files
Tesla: fingerprint Model 3 2025 (HW4) (#2069)
add Model 3 2025 (HW4)
1 parent 8970490 commit cc6fca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opendbc/car/tesla/fingerprints.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
b'TeMYG4_Legacy3Y_0.0.0 (2),E4015.02.0',
1515
b'TeMYG4_Main_0.0.0 (59),E4H014.29.0',
1616
b'TeMYG4_Main_0.0.0 (65),E4H015.01.0',
17+
b'TeMYG4_Main_0.0.0 (67),E4H015.02.1',
1718
b'TeMYG4_SingleECU_0.0.0 (33),E4S014.27',
1819
],
1920
},

opendbc/car/tesla/values.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ class CAR(Platforms):
3939
TESLA_MODEL_3 = TeslaPlatformConfig(
4040
[
4141
# TODO: do we support 2017? It's HW3
42-
# TODO: do we support 2025? It's HW4
4342
TeslaCarDocsHW3("Tesla Model 3 (with HW3) 2019-23"),
44-
TeslaCarDocsHW4("Tesla Model 3 (with HW4) 2024"),
43+
TeslaCarDocsHW4("Tesla Model 3 (with HW4) 2024-25"),
4544
],
4645
CarSpecs(mass=1899., wheelbase=2.875, steerRatio=12.0),
4746
)

0 commit comments

Comments
 (0)