Revert "no sascm"

This reverts commit 1a77897c3a.
This commit is contained in:
firestar5683
2026-02-18 14:30:09 -06:00
parent 0fce8a996d
commit 0b750177f1
+3 -2
View File
@@ -273,8 +273,9 @@ class CarInterface(CarInterfaceBase):
if is_bolt_2022_2023_pedal:
ret.experimentalLongitudinalAvailable = False
ret.pcmCruise = False
elif candidate in ASCM_INT and has_sascm(fingerprint):
ret.experimentalLongitudinalAvailable = True
elif candidate in ASCM_INT:
# kaofui parity: ASCM_INT cars require SASCM for experimental long
ret.experimentalLongitudinalAvailable = candidate not in (CC_ONLY_CAR | ASCM_INT | SDGM_CAR) or has_sascm(fingerprint)
ret.networkLocation = NetworkLocation.fwdCamera
ret.radarUnavailable = 0x460 not in fingerprint.get(CanBus.OBSTACLE, {})
ret.pcmCruise = True