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

* add missing values

* fixy
old-commit-hash: dd98dc48a1d599e0c5e167e422ecfd376f4a6769
This commit is contained in:
Shane Smiskol
2023-07-14 06:00:59 -07:00
committed by GitHub
parent d456293479
commit f06e9bd2dc
+2
View File
@@ -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)