mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 10:32:10 +08:00
Fix parent toggle properties for vision speed limit detection
This commit is contained in:
@@ -1311,7 +1311,9 @@
|
||||
"label": "Vision Speed Limit Detection",
|
||||
"description": "Use the road camera to detect speed limit signs for SLC and speed limit filling.",
|
||||
"data_type": "bool",
|
||||
"ui_type": "toggle"
|
||||
"ui_type": "toggle",
|
||||
"is_parent_toggle": true,
|
||||
"parent_key": "SpeedLimitController"
|
||||
},
|
||||
{
|
||||
"key": "VisionSpeedLimitAutoBookmark",
|
||||
|
||||
Reference in New Issue
Block a user