mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-27 12:52:05 +08:00
Mazda Settings
This commit is contained in:
@@ -40,6 +40,43 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) {
|
||||
"../assets/icons/disengage_on_accelerator.svg",
|
||||
false,
|
||||
},
|
||||
|
||||
{
|
||||
"BlendedACC",
|
||||
tr("Blended Acc (Experimental)"),
|
||||
tr("Blend stock MRCC and Experimental Mode longitudinal control."),
|
||||
"../assets/offroad/icon_openpilot.png",
|
||||
},
|
||||
{
|
||||
"TorqueInterceptorEnabled",
|
||||
tr("Torque Interceptor Installed"),
|
||||
tr("Enable the torque interceptor to control the steering wheel."),
|
||||
"../assets/offroad/icon_openpilot.png",
|
||||
},
|
||||
{
|
||||
"RadarInterceptorEnabled",
|
||||
tr("Radar Interceptor Installed"),
|
||||
tr("Enable if you have installed the radar Iterceptor."),
|
||||
"../assets/offroad/icon_openpilot.png",
|
||||
},
|
||||
{
|
||||
"NoMRCC",
|
||||
tr("Car Does not have stock MRCC"),
|
||||
tr("Enable if your car does not have stock MRCC."),
|
||||
"../assets/offroad/icon_openpilot.png",
|
||||
},
|
||||
{
|
||||
"NoFSC",
|
||||
tr("Car Does not have stock FSC"),
|
||||
tr("Enable if your car does not have stock FSC."),
|
||||
"../assets/offroad/icon_openpilot.png",
|
||||
},
|
||||
{
|
||||
"ManualTransmission",
|
||||
tr("Manual Transmission"),
|
||||
tr("Enable if your is a manual."),
|
||||
"../assets/offroad/icon_openpilot.png",
|
||||
},
|
||||
{
|
||||
"IsLdwEnabled",
|
||||
tr("Enable Lane Departure Warnings"),
|
||||
|
||||
Reference in New Issue
Block a user