mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
Add Tesla to car_specific events (#34493)
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user