From f7eb39abf40e3fc352b2aa7c0a30deaee957d53f Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Fri, 30 May 2025 23:00:34 -0400 Subject: [PATCH] enable debug print --- .../selfdrive/controls/lib/speed_limit_controller/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunnypilot/selfdrive/controls/lib/speed_limit_controller/__init__.py b/sunnypilot/selfdrive/controls/lib/speed_limit_controller/__init__.py index 84c952ec41..b0a6675491 100644 --- a/sunnypilot/selfdrive/controls/lib/speed_limit_controller/__init__.py +++ b/sunnypilot/selfdrive/controls/lib/speed_limit_controller/__init__.py @@ -1,6 +1,6 @@ from cereal import custom -DEBUG = False +DEBUG = True PARAMS_UPDATE_PERIOD = 2. # secs. Time between parameter updates. TEMP_INACTIVE_GUARD_PERIOD = 1. # secs. Time to wait after activation before considering temp deactivation signal.