From 0e154a8d5cc698fbaa7e28b8b36532d91c7deb2e Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 1 Nov 2021 12:07:11 +0100 Subject: [PATCH] Toyota: ensure ACC_CONTROL bytes are the same after opendbc bump old-commit-hash: 3238386a762e649e8eb77b44a5c4a878dfce2a40 --- selfdrive/car/toyota/toyotacan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/toyota/toyotacan.py b/selfdrive/car/toyota/toyotacan.py index 43b06d9dc2..71e1554eb3 100644 --- a/selfdrive/car/toyota/toyotacan.py +++ b/selfdrive/car/toyota/toyotacan.py @@ -35,7 +35,7 @@ def create_accel_command(packer, accel, pcm_cancel, standstill_req, lead, acc_ty "ACC_TYPE": acc_type, "DISTANCE": 0, "MINI_CAR": lead, - "SET_ME_X3": 3, + "ALLOW_LONG_PRESS": 3, "PERMIT_BRAKING": 1, "RELEASE_STANDSTILL": not standstill_req, "CANCEL_REQ": pcm_cancel,