mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-21 05:52:06 +08:00
Hyundai: fix alt button cancel message always blocked (#28941)
* add missing values * fixy
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user