mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 16:33:57 +08:00
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>
This commit is contained in:
@@ -634,7 +634,7 @@
|
||||
"MaxTimeOffroad": {
|
||||
"title": "Max Time Offroad",
|
||||
"description": "",
|
||||
"unit": "seconds"
|
||||
"unit": "minutes"
|
||||
},
|
||||
"ModelManager_ActiveBundle": {
|
||||
"title": "Model Manager Active Bundle",
|
||||
|
||||
Reference in New Issue
Block a user