Files
2026-06-11 20:00:23 +08:00

16 lines
431 B
Python

from dragonpilot.settings import tr
ITEMS = [
{
"section": "Longitudinal",
"key": "dp_lon_aem",
"type": "toggle_item",
"title": lambda: tr("Adaptive Experimental Mode (AEM)"),
"description": lambda: tr("Adaptive mode switcher between ACC and Blended based on driving context."),
"condition": "openpilotLongitudinalControl",
"flags": "PERSISTENT",
"param_type": "BOOL",
"default": "0",
},
]