From d44f1aece9408553dd2c49c294bd9afd49aeb27d Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Fri, 26 Jan 2024 15:36:58 +0100 Subject: [PATCH] more casing fixes from cereal --- services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services.py b/services.py index 02f921795..e9e0daa4c 100755 --- a/services.py +++ b/services.py @@ -83,7 +83,7 @@ def __init__(self, port: int, should_log: bool, frequency: float, decimation: Op "controlsStateSP": (True, 100., 10), "longitudinalPlanSP": (True, 20., 5), - "LateralPlanSPDEPRECATED": (True, 20., 5), + "lateralPlanSPDEPRECATED": (True, 20., 5), "driverMonitoringStateSP": (True, 20., 10), "liveMapDataSP": (True, 0.), "e2eLongStateSP": (True, 0.),