enable debug print

This commit is contained in:
Jason Wen
2025-05-30 23:00:34 -04:00
parent ca340510bf
commit f7eb39abf4
@@ -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.