mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 08:53:54 +08:00
ui: Models panel Refine Software Delay Adjustments (#1048)
Allow lower values to match some makes liveDelay Co-authored-by: Nayan <nayan8teen@gmail.com>
This commit is contained in:
committed by
GitHub
parent
7c1f3f646c
commit
eae44df688
@@ -98,7 +98,7 @@ ModelsPanel::ModelsPanel(QWidget *parent) : QWidget(parent) {
|
||||
delay_control = new OptionControlSP("LagdToggledelay", tr("Adjust Software Delay"),
|
||||
tr("Adjust the software delay when Live Learning Steer Delay is toggled off."
|
||||
"\nThe default software delay value is 0.2"),
|
||||
"", {10, 30}, 1, false, nullptr, true);
|
||||
"", {5, 30}, 1, false, nullptr, true);
|
||||
|
||||
connect(delay_control, &OptionControlSP::updateLabels, [=]() {
|
||||
float value = QString::fromStdString(params.get("LagdToggledelay")).toFloat();
|
||||
|
||||
Reference in New Issue
Block a user