mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-13 05:45:51 +08:00
Compare commits
15 Commits
master-dev
...
ioniq-6-hd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f0a0e9f8f | ||
|
|
03f9faa0f6 | ||
|
|
ddcda03c69 | ||
|
|
33123e7379 | ||
|
|
3a050deb70 | ||
|
|
932cdee496 | ||
|
|
be773e2b44 | ||
|
|
040ac7472d | ||
|
|
9fff1f5193 | ||
|
|
784f40c6d8 | ||
|
|
85a8c3c158 | ||
|
|
6a3ded3cea | ||
|
|
a19d4c5c71 | ||
|
|
da98886a6a | ||
|
|
474d7afdaa |
2
panda
2
panda
Submodule panda updated: 62db60595b...e04dbf9c0e
@@ -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]
|
||||
|
||||
|
||||
@@ -2066,7 +2066,7 @@ CANFD_CAR = {CAR.KIA_EV6, CAR.IONIQ_5, CAR.IONIQ_6, CAR.TUCSON_4TH_GEN, CAR.TUCS
|
||||
|
||||
# The radar does SCC on these cars when HDA I, rather than the camera
|
||||
CANFD_RADAR_SCC_CAR = {CAR.GENESIS_GV70_1ST_GEN, CAR.KIA_SORENTO_PHEV_4TH_GEN, CAR.KIA_SORENTO_4TH_GEN, CAR.GENESIS_GV80,
|
||||
CAR.KIA_CARNIVAL_4TH_GEN, CAR.KIA_SORENTO_HEV_4TH_GEN, CAR.KONA_EV_2ND_GEN, CAR.IONIQ_6}
|
||||
CAR.KIA_CARNIVAL_4TH_GEN, CAR.KIA_SORENTO_HEV_4TH_GEN}
|
||||
|
||||
# The camera does SCC on these cars, rather than the radar
|
||||
CAMERA_SCC_CAR = {CAR.KONA_EV_2022, }
|
||||
|
||||
Reference in New Issue
Block a user