From eb1da68115baa71df43801ecd7ee9693f5c19f5f Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 21 Apr 2026 22:57:56 -0700 Subject: [PATCH] Tesla: new Model 3 FW from minor update (#3343) * New Model 3 FW from minor update * passes test --- opendbc/car/tesla/fingerprints.py | 1 + opendbc/car/tesla/values.py | 1 + 2 files changed, 2 insertions(+) diff --git a/opendbc/car/tesla/fingerprints.py b/opendbc/car/tesla/fingerprints.py index 9b33fd007..6c1bb66e5 100644 --- a/opendbc/car/tesla/fingerprints.py +++ b/opendbc/car/tesla/fingerprints.py @@ -22,6 +22,7 @@ FW_VERSIONS = { b'TeMYG4_Main_0.0.0 (77),E4HP015.04.5', b'TeMYG4_Main_0.0.0 (78),E4HP015.05.0', b'TeMYG4_SingleECU_0.0.0 (33),E4S014.27', + b'TeMYG4_Main_0.0.0 (78),E4H015.05.0', ], }, CAR.TESLA_MODEL_Y: { diff --git a/opendbc/car/tesla/values.py b/opendbc/car/tesla/values.py index 873abfeaf..fb0180061 100644 --- a/opendbc/car/tesla/values.py +++ b/opendbc/car/tesla/values.py @@ -80,6 +80,7 @@ FSD_14_FW = { b'TeMYG4_Main_0.0.0 (77),E4HP015.04.5', b'TeMYG4_Main_0.0.0 (78),E4HP015.05.0', b'TeMYG4_Main_0.0.0 (77),E4H015.04.5', + b'TeMYG4_Main_0.0.0 (78),E4H015.05.0', ], CAR.TESLA_MODEL_Y: [ b'TeMYG4_Legacy3Y_0.0.0 (6),Y4003.04.0',