This commit is contained in:
Your Name
2024-02-05 02:59:27 -06:00
parent 26af5117de
commit a7e39e1ccf

View File

@@ -355,7 +355,7 @@ class CarState(CarStateBase):
try:
self._speed_limit_clu = cp.vl["CLUSTER_SPEED_LIMIT"]["SPEED_LIMIT_1"]
return self._speed_limit_clu if self._speed_limit_clu not in (0, 255) else 0
catch:
except:
return 0
def get_can_parser(self, CP):