IQ.Pilot Release Commit @ dab4674

This commit is contained in:
IQ.Lvbs CI [bot]
2026-08-30 14:49:29 -05:00
parent d42df282ae
commit c9629a3603
19 changed files with 812 additions and 66 deletions

View File

@@ -614,6 +614,11 @@ class LaneChangeSettingsLayout(Widget):
description=lambda: tr("Hold the automatic lane change while blind spot monitoring reports a car in the "
"target lane, releasing it once the lane is clear."),
)
self._edge_guard = toggle_item(
param="IQEdgeGuard",
title=lambda: tr("Lane Edge Guard"),
description=lambda: tr("Blocks lane changes when a road edge is detected on the target side."),
)
self._continuous = toggle_item(
param="LaneChangeContinuous",
title=lambda: tr("Auto Lane Change: Continuous Changes"),
@@ -626,6 +631,8 @@ class LaneChangeSettingsLayout(Widget):
IQLineSeparator(40),
self._bsm_delay,
IQLineSeparator(40),
self._edge_guard,
IQLineSeparator(40),
self._continuous,
]