mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-07 04:25:41 +08:00
Disable blindspot for now
This commit is contained in:
@@ -277,7 +277,7 @@ class CarInterface(CarInterfaceBase):
|
||||
|
||||
# *** feature detection ***
|
||||
if candidate in CANFD_CAR:
|
||||
ret.enableBsm = 0x1e5 in fingerprint[CAN.ECAN]
|
||||
ret.enableBsm = False # 0x1e5 in fingerprint[CAN.ECAN]
|
||||
else:
|
||||
ret.enableBsm = 0x58b in fingerprint[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user