Add Tesla to car_specific events (#34493)

This commit is contained in:
Robbe Derks
2025-01-29 19:41:38 +01:00
committed by GitHub
parent 0a17b21321
commit bf4e9170c5
+1 -1
View File
@@ -45,7 +45,7 @@ class CarSpecificEvents:
if self.CP.brand in ('body', 'mock'):
events = Events()
elif self.CP.brand in ('subaru', 'mazda'):
elif self.CP.brand in ('subaru', 'mazda', 'tesla'):
events = self.create_common_events(CS, CS_prev)
elif self.CP.brand == 'ford':