From 3bf714bf09f4020f1eb541407a9d775236fd1b25 Mon Sep 17 00:00:00 2001 From: jakethesake420 Date: Fri, 14 Nov 2025 23:13:48 -0600 Subject: [PATCH] fix fingerprint --- selfdrive/car/mazda/fingerprints.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/selfdrive/car/mazda/fingerprints.py b/selfdrive/car/mazda/fingerprints.py index 2474be70f..62f62b85c 100644 --- a/selfdrive/car/mazda/fingerprints.py +++ b/selfdrive/car/mazda/fingerprints.py @@ -351,8 +351,11 @@ FW_VERSIONS = { b'PX03-21PS1-E\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', b'PX4K-21PS1-B\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', ], - }, + } +} + +FINGERPRINTS ={ CAR.MAZDA_CX_30_2023: [{ 32: 8, 80: 8, 112: 8, 113: 8, 114: 8, 115: 8, 116: 8, 124: 8, 125: 8, 126: 8, 128: 8, 130: 8, 132: 8, 133: 8, 135: 8, 136: 8, 145: 8, 146: 8, 148: 8, 150: 8, 151: 8, 152: 8, 154: 8, 159: 8, 192: 8, 253: 8, 304: 8, 357: 8, 514: 8, 520: 8, 530: 8, 531: 8, 532: 8, 533: 8, 537: 8, 552: 8, 570: 8, 628: 8, 830: 8, 831: 8, 832: 8, 835: 8, 836: 8, 960: 8, 1034: 8, 1044: 8, 1045: 8, 1066: 8, 1068: 8, 1077: 8, 1078: 8, 1081: 8, 1088: 8, 1095: 8, 1096: 8, 1098: 8, 1099: 8, 1106: 8, 1120: 8, 1121: 8, 1170: 8, 1254: 8, 1264: 8, 1324: 8, 1325: 8, 1409: 8, 1430: 8 }], -} +} \ No newline at end of file