diff --git a/frogpilot/common/frogpilot_variables.py b/frogpilot/common/frogpilot_variables.py index 85cd09792..c3f051cd2 100644 --- a/frogpilot/common/frogpilot_variables.py +++ b/frogpilot/common/frogpilot_variables.py @@ -157,7 +157,7 @@ frogpilot_default_params: list[tuple[str, str | bytes, int, str]] = [ ("BlacklistedModels", "", 2, ""), ("BlindSpotMetrics", "1", 3, "0"), ("BlindSpotPath", "1", 1, "0"), - ("BorderMetrics", "0", 3, "0"), + ("BorderMetrics", "1", 3, "0"), ("CalibratedLateralAcceleration", str(DEFAULT_LATERAL_ACCELERATION), 2, str(DEFAULT_LATERAL_ACCELERATION)), ("CalibrationProgress", "0", 3, "0"), ("CameraView", "3", 2, "0"), @@ -196,7 +196,7 @@ frogpilot_default_params: list[tuple[str, str | bytes, int, str]] = [ ("CustomUI", "1", 1, "0"), ("DecelerationProfile", "1", 2, "0"), ("DeveloperMetrics", "1", 3, "0"), - ("DeveloperSidebar", "1", 3, "0"), + ("DeveloperSidebar", "0", 3, "0"), ("DeveloperSidebarMetric1", "1", 3, "0"), ("DeveloperSidebarMetric2", "2", 3, "0"), ("DeveloperSidebarMetric3", "3", 3, "0"), @@ -205,7 +205,7 @@ frogpilot_default_params: list[tuple[str, str | bytes, int, str]] = [ ("DeveloperSidebarMetric6", "6", 3, "0"), ("DeveloperSidebarMetric7", "7", 3, "0"), ("DeveloperWidgets", "1", 3, "0"), - ("DeveloperUI", "0", 3, "0"), + ("DeveloperUI", "1", 3, "0"), ("DeviceManagement", "1", 1, "0"), ("DeviceShutdown", "9", 1, "33"), ("DisableOnroadUploads", "0", 2, "0"), @@ -365,7 +365,7 @@ frogpilot_default_params: list[tuple[str, str | bytes, int, str]] = [ ("ShownToggleDescriptions", "", 0, ""), ("ShowSLCOffset", "1", 0, "0"), ("ShowSpeedLimits", "1", 1, "0"), - ("ShowSteering", "0", 3, "0"), + ("ShowSteering", "1", 3, "0"), ("ShowStoppingPoint", "0", 2, "0"), ("ShowStoppingPointMetrics", "0", 2, "0"), ("ShowStorageLeft", "0", 3, "0"),