Hyundai: fix alt button cancel message always blocked (#28941)

* add missing values

* fixy
pull/28944/head
Shane Smiskol 2 years ago committed by GitHub
parent 653daba9ed
commit dd98dc48a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/hyundai/hyundaicanfd.py

@ -101,6 +101,8 @@ def create_acc_cancel(packer, CP, CAN, cruise_info_copy):
]}
values.update({
"ACCMode": 4,
"aReqRaw": 0.0,
"aReqValue": 0.0,
})
return packer.make_can_msg("SCC_CONTROL", CAN.ECAN, values)

Loading…
Cancel
Save