Skip to content

Commit 9f22113

Browse files
authored
Revert "Update hyundaican for Correct Message ID on LKAS11 (#746)"
This reverts commit 1f1893a.
1 parent 1f1893a commit 9f22113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/car/hyundai/hyundaican.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def make_can_msg(addr, dat, alt):
88

99
def create_lkas11(packer, car_fingerprint, apply_steer, steer_req, cnt, enabled, lkas11, hud_alert, keep_stock=False):
1010
values = {
11-
"CF_Lkas_Bca_R": 3 if enabled else 0,
11+
"CF_Lkas_Icon": 3 if enabled else 0,
1212
"CF_Lkas_LdwsSysState": 3 if steer_req else 1,
1313
"CF_Lkas_SysWarning": hud_alert,
1414
"CF_Lkas_LdwsLHWarning": lkas11["CF_Lkas_LdwsLHWarning"] if keep_stock else 0,

0 commit comments

Comments
 (0)