Files
onepilot/dragonpilot/settings/min-feat.dev.o3-v2.json
T
2026-06-11 20:00:23 +08:00

26 lines
674 B
JSON

{
"settings": [
{
"key": "dp_dev_is_rhd",
"type": "toggle_item",
"title": "Enable Right-Hand Drive Mode",
"description": "Allow openpilot to obey right-hand traffic conventions on right driver seat.",
"category": "Device",
"condition": "LITE",
"flags": "PERSISTENT",
"param_type": "BOOL",
"default": "0"
},
{
"key": "dp_dev_beep",
"type": "toggle_item",
"title": "Enable Beep (Warning)",
"description": "Use Buzzer for audiable alerts.",
"category": "Device",
"condition": "LITE",
"flags": "PERSISTENT",
"param_type": "BOOL",
"default": "0"
}
]
}