From 7b8c3a4dc0f7fcaf382f56dd2e430402b77ea342 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 10 May 2024 20:44:24 -0700 Subject: [PATCH] no poll --- selfdrive/car/card.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/card.py b/selfdrive/car/card.py index fbf5ca0a52..25b829f052 100755 --- a/selfdrive/car/card.py +++ b/selfdrive/car/card.py @@ -23,7 +23,7 @@ class Car: CI: CarInterfaceBase def __init__(self, CI=None): - self.POLL = True + self.POLL = False self.can_sock = messaging.sub_sock('can', timeout=20) self.sm = messaging.SubMaster(['pandaStates', 'carControl', 'controlsState'],