mazda 2023+

This commit is contained in:
jakethesake420
2025-11-16 17:09:12 -06:00
committed by MoreTore
parent e47a41cc09
commit ae00ff9820
11 changed files with 816 additions and 61 deletions
+7 -4
View File
@@ -246,10 +246,13 @@ class Panda:
FLAG_MAZDA_GEN1 = 1
FLAG_MAZDA_GEN2 = 2
FLAG_MAZDA_TORQUE_INTERCEPTOR = 4
FLAG_MAZDA_RADAR_INTERCEPTOR = 8
FLAG_MAZDA_NO_FSC = 16
FLAG_MAZDA_NO_MRCC = 32
FLAG_MAZDA_GEN3 = 4
FLAG_MAZDA_TORQUE_INTERCEPTOR = 8
FLAG_MAZDA_RADAR_INTERCEPTOR = 16
FLAG_MAZDA_NO_FSC = 32
FLAG_MAZDA_NO_MRCC = 64
FLAG_MAZDA_MANUAL_TRANSMISSION = 128
def __init__(self, serial: str | None = None, claim: bool = True, disable_checks: bool = True, can_speed_kbps: int = 500):
self._connect_serial = serial