Files
onepilot/dragonpilot/settings/min-feat.lon.ext-radar.py
2026-06-11 20:00:23 +08:00

15 lines
375 B
Python

from dragonpilot.settings import tr
ITEMS = [
{
"section": "Device",
"key": "dp_lon_ext_radar",
"type": "toggle_item",
"title": lambda: tr("Use External Radar"),
"description": lambda: tr("See https://github.com/eFiniLan/openpilot-ext-radar-addon for more information."),
"flags": "PERSISTENT",
"param_type": "BOOL",
"default": "0",
},
]