mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-01 14:16:48 +08:00
mazda gen3
This commit is contained in:
@@ -295,12 +295,11 @@ class CarState(CarStateBase):
|
||||
|
||||
@staticmethod
|
||||
def get_can_parser(CP):
|
||||
messages = [
|
||||
("CRZ_BTNS", 10),
|
||||
]
|
||||
messages = []
|
||||
if not (CP.flags & (MazdaFlags.GEN2 | MazdaFlags.GEN3)):
|
||||
messages += [
|
||||
# sig_address, frequency
|
||||
("CRZ_BTNS", 10)
|
||||
("BLINK_INFO", 10),
|
||||
("STEER", 67),
|
||||
("STEER_RATE", 83),
|
||||
|
||||
Reference in New Issue
Block a user