Skip to content

Commit c085b8a

Browse files
authored
feedbackd: remove lkas toggle for this release (#36018)
remove lkas toggle for this release
1 parent 2cec258 commit c085b8a

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

selfdrive/ui/layouts/settings/toggles.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
'RecordFront': "Upload data from the driver facing camera and help improve the driver monitoring algorithm.",
2424
"IsMetric": "Display speed in km/h instead of mph.",
2525
"RecordAudio": "Record and store microphone audio while driving. The audio will be included in the dashcam video in comma connect.",
26-
"RecordAudioFeedback": (
27-
"Press the LKAS button to record audio feedback about openpilot. When this toggle is disabled, the button acts as a bookmark button. " +
28-
"The event will be highlighted in comma connect and the segment will be preserved on your device's storage."
29-
),
3026
}
3127

3228

@@ -85,12 +81,6 @@ def __init__(self):
8581
self._params.get_bool("RecordAudio"),
8682
icon="microphone.png",
8783
),
88-
toggle_item(
89-
"Record Audio Feedback with LKAS button",
90-
DESCRIPTIONS["RecordAudioFeedback"],
91-
self._params.get_bool("RecordAudioFeedback"),
92-
icon="microphone.png",
93-
),
9484
toggle_item(
9585
"Use Metric System", DESCRIPTIONS["IsMetric"], self._params.get_bool("IsMetric"), icon="metric.png"
9686
),

selfdrive/ui/qt/offroad/settings.cc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,6 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) {
6868
"../assets/icons/microphone.png",
6969
true,
7070
},
71-
{
72-
"RecordAudioFeedback",
73-
tr("Record Audio Feedback with LKAS button"),
74-
tr("Press the LKAS button to record and share driving feedback with the openpilot team. When this toggle is disabled, the button acts as a bookmark button. The event will be highlighted in comma connect and the segment will be preserved on your device's storage.\n\nNote that this feature is only compatible with select cars."),
75-
"../assets/icons/microphone.png",
76-
false,
77-
},
7871
{
7972
"IsMetric",
8073
tr("Use Metric System"),

0 commit comments

Comments
 (0)