From e0ebeb9679e380aa6d469362ebdafcbfe495eb06 Mon Sep 17 00:00:00 2001 From: Yassine Date: Wed, 21 Feb 2024 20:58:36 -0800 Subject: [PATCH] calibrationd too --- services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services.py b/services.py index 47c8487..86220b5 100755 --- a/services.py +++ b/services.py @@ -41,7 +41,7 @@ services: dict[str, tuple] = { "sendcan": (True, 100., 139), "logMessage": (True, 0.), "errorLogMessage": (True, 0., 1), - "liveCalibration": (True, 4., 4), + "liveCalibration": (True, 5., 4), "liveTorqueParameters": (True, 4., 1), "androidLog": (True, 0.), "carState": (True, 100., 10),