From 8818f9135ac884b3993e7c2f628b9c99dcbd41db Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 21 May 2024 00:06:17 -0500 Subject: [PATCH] wip --- selfdrive/car/hyundai/hyundaicanfd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/car/hyundai/hyundaicanfd.py b/selfdrive/car/hyundai/hyundaicanfd.py index 892c638..8dbea43 100755 --- a/selfdrive/car/hyundai/hyundaicanfd.py +++ b/selfdrive/car/hyundai/hyundaicanfd.py @@ -130,8 +130,8 @@ def create_buttons(packer, CP, CAN, cnt, btn): def create_buttons_alt(packer, CP, CAN, cnt, btn, template): params_memory = Params("/dev/shm/params") - self.params_memory.get_float("CarCruiseDisplayActual") - + params_memory.get_float("CarCruiseDisplayActual") + values = { "COUNTER": cnt, "NEW_SIGNAL_1": 0.0,