From 49b6ef7f48c660b4913cc5dddd6fa7c38a56226a Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sat, 17 Jan 2026 14:36:19 -0500 Subject: [PATCH] SL: Fix MaxTimeOffroad metadata unit from seconds to minutes (#1650) * Initial plan * Fix MaxTimeOffroad metadata unit from seconds to minutes Co-authored-by: devtekve <7696966+devtekve@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: devtekve <7696966+devtekve@users.noreply.github.com> --- sunnypilot/sunnylink/params_metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunnypilot/sunnylink/params_metadata.json b/sunnypilot/sunnylink/params_metadata.json index e484787b6c..1fc3f991b0 100644 --- a/sunnypilot/sunnylink/params_metadata.json +++ b/sunnypilot/sunnylink/params_metadata.json @@ -634,7 +634,7 @@ "MaxTimeOffroad": { "title": "Max Time Offroad", "description": "", - "unit": "seconds" + "unit": "minutes" }, "ModelManager_ActiveBundle": { "title": "Model Manager Active Bundle",